#1AF2A9

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

Shades of Medium Spring Green #1AF2A9

Tints of Medium Spring Green #1AF2A9

Color information

#1AF2A9 (or 0x1AF2A9) is unknown color: approx Medium Spring Green. HEX triplet: 1A, F2 and A9. RGB value is (26,242,169). Sum of RGB (Red+Green+Blue) = 26+242+169=437 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.95% from 437); Green value is 242 (94.92% from 255 or 55.38% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF2A9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF2A9 is #E50D56. Grayscale: #A9A9A9. Windows color (decimal): -15011159 or 11137562. OLE color: 11137562.

HSL color Cylindrical-coordinate representation of color #1AF2A9: hue angle of 159.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF2A9 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB26242169-
CMYK0.8900.300.05
HSL159.72º89.26%52.55%-
HSV(B)159.72º89.26%94.9%-
XYZ39.3466.5948.32-
YUV169.09127.9425.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.95%
GREEN value IS 242 (94.92% from 255) = 55.38%
BLUE value IS 169 (66.41% from 255) = 38.67%
R=5.95%
G=55.38%
B=38.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal262421690.8900.300.05159.7289.2652.55
Hex1AF2A95901E5a05935
Octal32362251131036524013165
Binary1101011110010101010011011001011110101101000001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,242,169); }

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

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

 a { background-color: rgb(26,242,169); }

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

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

 span { border-color: rgb(26,242,169); }

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