Shades of Spring Green #1AF57F
Tints of Spring Green #1AF57F
RGB
CMYK
RGB Variations
Color information
#1AF57F (or 0x1AF57F) is known color: Spring Green. HEX triplet: 1A, F5 and 7F. RGB value is (26,245,127). Sum of RGB (Red+Green+Blue) = 26+245+127=398 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.53% from 398); Green value is 245 (96.09% from 255 or 61.56% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 245 - color contains mainly: green. Hex color #1AF57F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF57F is #E50A80. Grayscale: #A6A6A6. Windows color (decimal): -15010433 or 8385818. OLE color: 8385818.
HSL color Cylindrical-coordinate representation of color #1AF57F: hue angle of 147.67º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF57F is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 245 | 127 | - |
| CMYK | 0.89 | 0 | 0.48 | 0.04 |
| HSL | 147.67º | 0.92% | 0.53% | - |
| HSV(B) | 147.67º | 0.89% | 0.96% | - |
| XYZ | 36.91 | 67.06 | 31.08 | - |
| YUV | 166.07 | 105.95 | 28.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 245 | 127 | 0.89 | 0 | 0.48 | 0.04 | 147.67 | 0.92 | 0.53 |
| Hex | 1A | F5 | 7F | 59 | 0 | 30 | 4 | 94 | 5C | 35 |
| Octal | 32 | 365 | 177 | 131 | 0 | 60 | 4 | 224 | 134 | 65 |
| Binary | 11010 | 11110101 | 1111111 | 1011001 | 0 | 110000 | 100 | 10010100 | 1011100 | 110101 |
Color Harmonies of #1AF57F
Complementary color
Monochromatic Colors of #1AF57F
Black with #1AF57F
Text Example
Text Example
White with #1AF57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF57F; }
p { color: rgb(26,245,127); }
H1.HeaderClassName
{
color: #1AF57F;
}
.AnyTagClassName
{
color: #1AF57F;
}
</style>
background-color css
<style>
a { background-color: #1AF57F; }
a { background-color: rgb(26,245,127); }
div.DivClassName
{
background-color: #1AF57F;
}
.BgClassName
{
background-color: #1AF57F;
}
</style>
border-color css
<style>
span { border-color: #1AF57F; }
span { border-color: rgb(26,245,127); }
td.TdClassName
{
border-color: #1AF57F;
}
.TagClassName
{
border-color: #1AF57F;
}
</style>