Shades of Spring Green #1AF86B
Tints of Spring Green #1AF86B
RGB
CMYK
RGB Variations
Color information
#1AF86B (or 0x1AF86B) is known color: Spring Green. HEX triplet: 1A, F8 and 6B. RGB value is (26,248,107). Sum of RGB (Red+Green+Blue) = 26+248+107=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 248 (97.27% from 255 or 65.09% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 248 - color contains mainly: green. Hex color #1AF86B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF86B is #E50794. Grayscale: #A5A5A5. Windows color (decimal): -15009685 or 7075866. OLE color: 7075866.
HSL color Cylindrical-coordinate representation of color #1AF86B: hue angle of 141.89º 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 #1AF86B is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 248 | 107 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.03 |
| HSL | 141.89º | 0.94% | 0.54% | - |
| HSV(B) | 141.89º | 0.9% | 0.97% | - |
| XYZ | 36.65 | 68.42 | 25.18 | - |
| YUV | 165.55 | 94.95 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 248 | 107 | 0.90 | 0 | 0.57 | 0.03 | 141.89 | 0.94 | 0.54 |
| Hex | 1A | F8 | 6B | 5A | 0 | 39 | 3 | 8E | 5E | 36 |
| Octal | 32 | 370 | 153 | 132 | 0 | 71 | 3 | 216 | 136 | 66 |
| Binary | 11010 | 11111000 | 1101011 | 1011010 | 0 | 111001 | 11 | 10001110 | 1011110 | 110110 |
Color Harmonies of #1AF86B
Complementary color
Monochromatic Colors of #1AF86B
Black with #1AF86B
Text Example
Text Example
White with #1AF86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF86B; }
p { color: rgb(26,248,107); }
H1.HeaderClassName
{
color: #1AF86B;
}
.AnyTagClassName
{
color: #1AF86B;
}
</style>
background-color css
<style>
a { background-color: #1AF86B; }
a { background-color: rgb(26,248,107); }
div.DivClassName
{
background-color: #1AF86B;
}
.BgClassName
{
background-color: #1AF86B;
}
</style>
border-color css
<style>
span { border-color: #1AF86B; }
span { border-color: rgb(26,248,107); }
td.TdClassName
{
border-color: #1AF86B;
}
.TagClassName
{
border-color: #1AF86B;
}
</style>