Shades of Spring Green #1AFB66
Tints of Spring Green #1AFB66
RGB
CMYK
RGB Variations
Color information
#1AFB66 (or 0x1AFB66) is known color: Spring Green. HEX triplet: 1A, FB and 66. RGB value is (26,251,102). Sum of RGB (Red+Green+Blue) = 26+251+102=379 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.86% from 379); Green value is 251 (98.44% from 255 or 66.23% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFB66 is #E50499. Grayscale: #A7A7A7. Windows color (decimal): -15008922 or 6748954. OLE color: 6748954.
HSL color Cylindrical-coordinate representation of color #1AFB66: hue angle of 140.27º 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 #1AFB66 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 102 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.02 |
| HSL | 140.27º | 0.97% | 0.54% | - |
| HSV(B) | 140.27º | 0.9% | 0.98% | - |
| XYZ | 37.32 | 70.17 | 24.15 | - |
| YUV | 166.74 | 91.46 | 27.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 102 | 0.90 | 0 | 0.59 | 0.02 | 140.27 | 0.97 | 0.54 |
| Hex | 1A | FB | 66 | 5A | 0 | 3B | 2 | 8C | 61 | 36 |
| Octal | 32 | 373 | 146 | 132 | 0 | 73 | 2 | 214 | 141 | 66 |
| Binary | 11010 | 11111011 | 1100110 | 1011010 | 0 | 111011 | 10 | 10001100 | 1100001 | 110110 |
Color Harmonies of #1AFB66
Complementary color
Monochromatic Colors of #1AFB66
Black with #1AFB66
Text Example
Text Example
White with #1AFB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB66; }
p { color: rgb(26,251,102); }
H1.HeaderClassName
{
color: #1AFB66;
}
.AnyTagClassName
{
color: #1AFB66;
}
</style>
background-color css
<style>
a { background-color: #1AFB66; }
a { background-color: rgb(26,251,102); }
div.DivClassName
{
background-color: #1AFB66;
}
.BgClassName
{
background-color: #1AFB66;
}
</style>
border-color css
<style>
span { border-color: #1AFB66; }
span { border-color: rgb(26,251,102); }
td.TdClassName
{
border-color: #1AFB66;
}
.TagClassName
{
border-color: #1AFB66;
}
</style>