Shades of Spring Green #1AF071
Tints of Spring Green #1AF071
RGB
CMYK
RGB Variations
Color information
#1AF071 (or 0x1AF071) is known color: Spring Green. HEX triplet: 1A, F0 and 71. RGB value is (26,240,113). Sum of RGB (Red+Green+Blue) = 26+240+113=379 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.86% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF071 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF071 is #E50F8E. Grayscale: #A1A1A1. Windows color (decimal): -15011727 or 7467034. OLE color: 7467034.
HSL color Cylindrical-coordinate representation of color #1AF071: hue angle of 144.39º 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 #1AF071 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 113 | - |
| CMYK | 0.89 | 0 | 0.53 | 0.06 |
| HSL | 144.39º | 0.88% | 0.52% | - |
| HSV(B) | 144.39º | 0.89% | 0.94% | - |
| XYZ | 34.57 | 63.73 | 26.1 | - |
| YUV | 161.54 | 100.6 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 113 | 0.89 | 0 | 0.53 | 0.06 | 144.39 | 0.88 | 0.52 |
| Hex | 1A | F0 | 71 | 59 | 0 | 35 | 6 | 90 | 58 | 34 |
| Octal | 32 | 360 | 161 | 131 | 0 | 65 | 6 | 220 | 130 | 64 |
| Binary | 11010 | 11110000 | 1110001 | 1011001 | 0 | 110101 | 110 | 10010000 | 1011000 | 110100 |
Color Harmonies of #1AF071
Complementary color
Monochromatic Colors of #1AF071
Black with #1AF071
Text Example
Text Example
White with #1AF071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF071; }
p { color: rgb(26,240,113); }
H1.HeaderClassName
{
color: #1AF071;
}
.AnyTagClassName
{
color: #1AF071;
}
</style>
background-color css
<style>
a { background-color: #1AF071; }
a { background-color: rgb(26,240,113); }
div.DivClassName
{
background-color: #1AF071;
}
.BgClassName
{
background-color: #1AF071;
}
</style>
border-color css
<style>
span { border-color: #1AF071; }
span { border-color: rgb(26,240,113); }
td.TdClassName
{
border-color: #1AF071;
}
.TagClassName
{
border-color: #1AF071;
}
</style>