Shades of Spring Green #1AF66E
Tints of Spring Green #1AF66E
RGB
CMYK
RGB Variations
Color information
#1AF66E (or 0x1AF66E) is known color: Spring Green. HEX triplet: 1A, F6 and 6E. RGB value is (26,246,110). Sum of RGB (Red+Green+Blue) = 26+246+110=382 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.81% from 382); Green value is 246 (96.48% from 255 or 64.40% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF66E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF66E is #E50991. Grayscale: #A5A5A5. Windows color (decimal): -15010194 or 7271962. OLE color: 7271962.
HSL color Cylindrical-coordinate representation of color #1AF66E: hue angle of 142.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF66E is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 246 | 110 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.04 |
| HSL | 142.91º | 0.92% | 0.53% | - |
| HSV(B) | 142.91º | 0.89% | 0.96% | - |
| XYZ | 36.2 | 67.26 | 25.83 | - |
| YUV | 164.72 | 97.11 | 29.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 110 | 0.89 | 0 | 0.55 | 0.04 | 142.91 | 0.92 | 0.53 |
| Hex | 1A | F6 | 6E | 59 | 0 | 37 | 4 | 8F | 5C | 35 |
| Octal | 32 | 366 | 156 | 131 | 0 | 67 | 4 | 217 | 134 | 65 |
| Binary | 11010 | 11110110 | 1101110 | 1011001 | 0 | 110111 | 100 | 10001111 | 1011100 | 110101 |
Color Harmonies of #1AF66E
Complementary color
Monochromatic Colors of #1AF66E
Black with #1AF66E
Text Example
Text Example
White with #1AF66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF66E; }
p { color: rgb(26,246,110); }
H1.HeaderClassName
{
color: #1AF66E;
}
.AnyTagClassName
{
color: #1AF66E;
}
</style>
background-color css
<style>
a { background-color: #1AF66E; }
a { background-color: rgb(26,246,110); }
div.DivClassName
{
background-color: #1AF66E;
}
.BgClassName
{
background-color: #1AF66E;
}
</style>
border-color css
<style>
span { border-color: #1AF66E; }
span { border-color: rgb(26,246,110); }
td.TdClassName
{
border-color: #1AF66E;
}
.TagClassName
{
border-color: #1AF66E;
}
</style>