Shades of Spring Green #1AFA76
Tints of Spring Green #1AFA76
RGB
CMYK
RGB Variations
Color information
#1AFA76 (or 0x1AFA76) is known color: Spring Green. HEX triplet: 1A, FA and 76. RGB value is (26,250,118). Sum of RGB (Red+Green+Blue) = 26+250+118=394 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.60% from 394); Green value is 250 (98.05% from 255 or 63.45% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFA76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFA76 is #E50589. Grayscale: #A8A8A8. Windows color (decimal): -15009162 or 7797274. OLE color: 7797274.
HSL color Cylindrical-coordinate representation of color #1AFA76: hue angle of 144.64º degrees, saturation: 0.96, 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 #1AFA76 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 118 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.02 |
| HSL | 144.64º | 0.96% | 0.54% | - |
| HSV(B) | 144.64º | 0.9% | 0.98% | - |
| XYZ | 37.88 | 69.9 | 28.63 | - |
| YUV | 167.98 | 99.79 | 26.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 118 | 0.90 | 0 | 0.53 | 0.02 | 144.64 | 0.96 | 0.54 |
| Hex | 1A | FA | 76 | 5A | 0 | 35 | 2 | 91 | 60 | 36 |
| Octal | 32 | 372 | 166 | 132 | 0 | 65 | 2 | 221 | 140 | 66 |
| Binary | 11010 | 11111010 | 1110110 | 1011010 | 0 | 110101 | 10 | 10010001 | 1100000 | 110110 |
Color Harmonies of #1AFA76
Complementary color
Monochromatic Colors of #1AFA76
Black with #1AFA76
Text Example
Text Example
White with #1AFA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFA76; }
p { color: rgb(26,250,118); }
H1.HeaderClassName
{
color: #1AFA76;
}
.AnyTagClassName
{
color: #1AFA76;
}
</style>
background-color css
<style>
a { background-color: #1AFA76; }
a { background-color: rgb(26,250,118); }
div.DivClassName
{
background-color: #1AFA76;
}
.BgClassName
{
background-color: #1AFA76;
}
</style>
border-color css
<style>
span { border-color: #1AFA76; }
span { border-color: rgb(26,250,118); }
td.TdClassName
{
border-color: #1AFA76;
}
.TagClassName
{
border-color: #1AFA76;
}
</style>