Shades of Spring Green #1AF17F
Tints of Spring Green #1AF17F
RGB
CMYK
RGB Variations
Color information
#1AF17F (or 0x1AF17F) is known color: Spring Green. HEX triplet: 1A, F1 and 7F. RGB value is (26,241,127). Sum of RGB (Red+Green+Blue) = 26+241+127=394 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.60% from 394); Green value is 241 (94.53% from 255 or 61.17% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF17F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF17F is #E50E80. Grayscale: #A3A3A3. Windows color (decimal): -15011457 or 8384794. OLE color: 8384794.
HSL color Cylindrical-coordinate representation of color #1AF17F: hue angle of 148.19º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF17F is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 127 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.05 |
| HSL | 148.19º | 0.88% | 0.52% | - |
| HSV(B) | 148.19º | 0.89% | 0.95% | - |
| XYZ | 35.71 | 64.66 | 30.68 | - |
| YUV | 163.72 | 107.27 | 29.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 127 | 0.89 | 0 | 0.47 | 0.05 | 148.19 | 0.88 | 0.52 |
| Hex | 1A | F1 | 7F | 59 | 0 | 2F | 5 | 94 | 58 | 34 |
| Octal | 32 | 361 | 177 | 131 | 0 | 57 | 5 | 224 | 130 | 64 |
| Binary | 11010 | 11110001 | 1111111 | 1011001 | 0 | 101111 | 101 | 10010100 | 1011000 | 110100 |
Color Harmonies of #1AF17F
Complementary color
Monochromatic Colors of #1AF17F
Black with #1AF17F
Text Example
Text Example
White with #1AF17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF17F; }
p { color: rgb(26,241,127); }
H1.HeaderClassName
{
color: #1AF17F;
}
.AnyTagClassName
{
color: #1AF17F;
}
</style>
background-color css
<style>
a { background-color: #1AF17F; }
a { background-color: rgb(26,241,127); }
div.DivClassName
{
background-color: #1AF17F;
}
.BgClassName
{
background-color: #1AF17F;
}
</style>
border-color css
<style>
span { border-color: #1AF17F; }
span { border-color: rgb(26,241,127); }
td.TdClassName
{
border-color: #1AF17F;
}
.TagClassName
{
border-color: #1AF17F;
}
</style>