#1AFB96

Color #1AFB96 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #1AFB96

Tints of Medium Spring Green #1AFB96

Color information

#1AFB96 (or 0x1AFB96) is unknown color: approx Medium Spring Green. HEX triplet: 1A, FB and 96. RGB value is (26,251,150). Sum of RGB (Red+Green+Blue) = 26+251+150=427 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.09% from 427); Green value is 251 (98.44% from 255 or 58.78% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFB96 is #E50469. Grayscale: #ACACAC. Windows color (decimal): -15008874 or 9894682. OLE color: 9894682.

HSL color Cylindrical-coordinate representation of color #1AFB96: hue angle of 153.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFB96 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB26251150-
CMYK0.9000.400.02
HSL153.07º96.57%54.31%-
HSV(B)153.07º89.64%98.43%-
XYZ40.4371.4240.51-
YUV172.21115.4623.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 6.09%
GREEN value IS 251 (98.44% from 255) = 58.78%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=6.09%
G=58.78%
B=35.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal262511500.9000.400.02153.0796.5754.31
Hex1AFB965A0282996136
Octal32373226132050223114166
Binary1101011111011100101101011010010100010100110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AFB96; }

 p { color: rgb(26,251,150); }

 H1.HeaderClassName
 {
   color: #1AFB96;
 }
 .AnyTagClassName
 {
   color: #1AFB96;
 }
</style>
background-color css

<style>
 a { background-color: #1AFB96; }

 a { background-color: rgb(26,251,150); }

 div.DivClassName
 {
   background-color: #1AFB96;
 }
 .BgClassName
 {
   background-color: #1AFB96;
 }
</style>
border-color css

<style>
 span { border-color: #1AFB96; }

 span { border-color: rgb(26,251,150); }

 td.TdClassName
 {
   border-color: #1AFB96;
 }
 .TagClassName
 {
   border-color: #1AFB96;
 }
</style>