Shades of Spring Green #1AFB8C
Tints of Spring Green #1AFB8C
RGB
CMYK
RGB Variations
Color information
#1AFB8C (or 0x1AFB8C) is known color: Spring Green. HEX triplet: 1A, FB and 8C. RGB value is (26,251,140). Sum of RGB (Red+Green+Blue) = 26+251+140=417 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.24% from 417); Green value is 251 (98.44% from 255 or 60.19% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFB8C is #E50473. Grayscale: #ABABAB. Windows color (decimal): -15008884 or 9239322. OLE color: 9239322.
HSL color Cylindrical-coordinate representation of color #1AFB8C: hue angle of 150.4º 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 #1AFB8C is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 140 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.02 |
| HSL | 150.4º | 0.97% | 0.54% | - |
| HSV(B) | 150.4º | 0.9% | 0.98% | - |
| XYZ | 39.66 | 71.11 | 36.45 | - |
| YUV | 171.07 | 110.46 | 24.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 140 | 0.90 | 0 | 0.44 | 0.02 | 150.4 | 0.97 | 0.54 |
| Hex | 1A | FB | 8C | 5A | 0 | 2C | 2 | 96 | 61 | 36 |
| Octal | 32 | 373 | 214 | 132 | 0 | 54 | 2 | 226 | 141 | 66 |
| Binary | 11010 | 11111011 | 10001100 | 1011010 | 0 | 101100 | 10 | 10010110 | 1100001 | 110110 |
Color Harmonies of #1AFB8C
Complementary color
Monochromatic Colors of #1AFB8C
Black with #1AFB8C
Text Example
Text Example
White with #1AFB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB8C; }
p { color: rgb(26,251,140); }
H1.HeaderClassName
{
color: #1AFB8C;
}
.AnyTagClassName
{
color: #1AFB8C;
}
</style>
background-color css
<style>
a { background-color: #1AFB8C; }
a { background-color: rgb(26,251,140); }
div.DivClassName
{
background-color: #1AFB8C;
}
.BgClassName
{
background-color: #1AFB8C;
}
</style>
border-color css
<style>
span { border-color: #1AFB8C; }
span { border-color: rgb(26,251,140); }
td.TdClassName
{
border-color: #1AFB8C;
}
.TagClassName
{
border-color: #1AFB8C;
}
</style>