Shades of Spring Green #1AF27E
Tints of Spring Green #1AF27E
RGB
CMYK
RGB Variations
Color information
#1AF27E (or 0x1AF27E) is known color: Spring Green. HEX triplet: 1A, F2 and 7E. RGB value is (26,242,126). Sum of RGB (Red+Green+Blue) = 26+242+126=394 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.60% from 394); Green value is 242 (94.92% from 255 or 61.42% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF27E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF27E is #E50D81. Grayscale: #A4A4A4. Windows color (decimal): -15011202 or 8319514. OLE color: 8319514.
HSL color Cylindrical-coordinate representation of color #1AF27E: hue angle of 147.78º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF27E is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 126 | - |
| CMYK | 0.89 | 0 | 0.48 | 0.05 |
| HSL | 147.78º | 0.89% | 0.53% | - |
| HSV(B) | 147.78º | 0.89% | 0.95% | - |
| XYZ | 35.94 | 65.23 | 30.43 | - |
| YUV | 164.19 | 106.44 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 126 | 0.89 | 0 | 0.48 | 0.05 | 147.78 | 0.89 | 0.53 |
| Hex | 1A | F2 | 7E | 59 | 0 | 30 | 5 | 94 | 59 | 35 |
| Octal | 32 | 362 | 176 | 131 | 0 | 60 | 5 | 224 | 131 | 65 |
| Binary | 11010 | 11110010 | 1111110 | 1011001 | 0 | 110000 | 101 | 10010100 | 1011001 | 110101 |
Color Harmonies of #1AF27E
Complementary color
Monochromatic Colors of #1AF27E
Black with #1AF27E
Text Example
Text Example
White with #1AF27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF27E; }
p { color: rgb(26,242,126); }
H1.HeaderClassName
{
color: #1AF27E;
}
.AnyTagClassName
{
color: #1AF27E;
}
</style>
background-color css
<style>
a { background-color: #1AF27E; }
a { background-color: rgb(26,242,126); }
div.DivClassName
{
background-color: #1AF27E;
}
.BgClassName
{
background-color: #1AF27E;
}
</style>
border-color css
<style>
span { border-color: #1AF27E; }
span { border-color: rgb(26,242,126); }
td.TdClassName
{
border-color: #1AF27E;
}
.TagClassName
{
border-color: #1AF27E;
}
</style>