Shades of Spring Green #1AF86C
Tints of Spring Green #1AF86C
RGB
CMYK
RGB Variations
Color information
#1AF86C (or 0x1AF86C) is known color: Spring Green. HEX triplet: 1A, F8 and 6C. RGB value is (26,248,108). Sum of RGB (Red+Green+Blue) = 26+248+108=382 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.81% from 382); Green value is 248 (97.27% from 255 or 64.92% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 248 - color contains mainly: green. Hex color #1AF86C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF86C is #E50793. Grayscale: #A6A6A6. Windows color (decimal): -15009684 or 7141402. OLE color: 7141402.
HSL color Cylindrical-coordinate representation of color #1AF86C: hue angle of 142.16º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF86C is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 248 | 108 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.03 |
| HSL | 142.16º | 0.94% | 0.54% | - |
| HSV(B) | 142.16º | 0.9% | 0.97% | - |
| XYZ | 36.7 | 68.44 | 25.46 | - |
| YUV | 165.66 | 95.45 | 28.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 248 | 108 | 0.90 | 0 | 0.56 | 0.03 | 142.16 | 0.94 | 0.54 |
| Hex | 1A | F8 | 6C | 5A | 0 | 38 | 3 | 8E | 5E | 36 |
| Octal | 32 | 370 | 154 | 132 | 0 | 70 | 3 | 216 | 136 | 66 |
| Binary | 11010 | 11111000 | 1101100 | 1011010 | 0 | 111000 | 11 | 10001110 | 1011110 | 110110 |
Color Harmonies of #1AF86C
Complementary color
Monochromatic Colors of #1AF86C
Black with #1AF86C
Text Example
Text Example
White with #1AF86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF86C; }
p { color: rgb(26,248,108); }
H1.HeaderClassName
{
color: #1AF86C;
}
.AnyTagClassName
{
color: #1AF86C;
}
</style>
background-color css
<style>
a { background-color: #1AF86C; }
a { background-color: rgb(26,248,108); }
div.DivClassName
{
background-color: #1AF86C;
}
.BgClassName
{
background-color: #1AF86C;
}
</style>
border-color css
<style>
span { border-color: #1AF86C; }
span { border-color: rgb(26,248,108); }
td.TdClassName
{
border-color: #1AF86C;
}
.TagClassName
{
border-color: #1AF86C;
}
</style>