Shades of Spring Green #1AF06C
Tints of Spring Green #1AF06C
RGB
CMYK
RGB Variations
Color information
#1AF06C (or 0x1AF06C) is known color: Spring Green. HEX triplet: 1A, F0 and 6C. RGB value is (26,240,108). Sum of RGB (Red+Green+Blue) = 26+240+108=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 240 (94.14% from 255 or 64.17% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF06C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF06C is #E50F93. Grayscale: #A1A1A1. Windows color (decimal): -15011732 or 7139354. OLE color: 7139354.
HSL color Cylindrical-coordinate representation of color #1AF06C: hue angle of 142.99º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF06C is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 108 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.06 |
| HSL | 142.99º | 0.88% | 0.52% | - |
| HSV(B) | 142.99º | 0.89% | 0.94% | - |
| XYZ | 34.29 | 63.62 | 24.66 | - |
| YUV | 160.97 | 98.1 | 31.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 108 | 0.89 | 0 | 0.55 | 0.06 | 142.99 | 0.88 | 0.52 |
| Hex | 1A | F0 | 6C | 59 | 0 | 37 | 6 | 8F | 58 | 34 |
| Octal | 32 | 360 | 154 | 131 | 0 | 67 | 6 | 217 | 130 | 64 |
| Binary | 11010 | 11110000 | 1101100 | 1011001 | 0 | 110111 | 110 | 10001111 | 1011000 | 110100 |
Color Harmonies of #1AF06C
Complementary color
Monochromatic Colors of #1AF06C
Black with #1AF06C
Text Example
Text Example
White with #1AF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF06C; }
p { color: rgb(26,240,108); }
H1.HeaderClassName
{
color: #1AF06C;
}
.AnyTagClassName
{
color: #1AF06C;
}
</style>
background-color css
<style>
a { background-color: #1AF06C; }
a { background-color: rgb(26,240,108); }
div.DivClassName
{
background-color: #1AF06C;
}
.BgClassName
{
background-color: #1AF06C;
}
</style>
border-color css
<style>
span { border-color: #1AF06C; }
span { border-color: rgb(26,240,108); }
td.TdClassName
{
border-color: #1AF06C;
}
.TagClassName
{
border-color: #1AF06C;
}
</style>