Shades of Spring Green #1AFE7D
Tints of Spring Green #1AFE7D
RGB
CMYK
RGB Variations
Color information
#1AFE7D (or 0x1AFE7D) is known color: Spring Green. HEX triplet: 1A, FE and 7D. RGB value is (26,254,125). Sum of RGB (Red+Green+Blue) = 26+254+125=405 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.42% from 405); Green value is 254 (99.61% from 255 or 62.72% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFE7D is #E50182. Grayscale: #ABABAB. Windows color (decimal): -15008131 or 8257050. OLE color: 8257050.
HSL color Cylindrical-coordinate representation of color #1AFE7D: hue angle of 146.05º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFE7D is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 125 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.00 |
| HSL | 146.05º | 0.99% | 0.55% | - |
| HSV(B) | 146.05º | 0.9% | 1% | - |
| XYZ | 39.57 | 72.58 | 31.33 | - |
| YUV | 171.12 | 101.96 | 24.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 125 | 0.90 | 0 | 0.51 | 0.00 | 146.05 | 0.99 | 0.55 |
| Hex | 1A | FE | 7D | 5A | 0 | 33 | 0 | 92 | 63 | 37 |
| Octal | 32 | 376 | 175 | 132 | 0 | 63 | 0 | 222 | 143 | 67 |
| Binary | 11010 | 11111110 | 1111101 | 1011010 | 0 | 110011 | 0 | 10010010 | 1100011 | 110111 |
Color Harmonies of #1AFE7D
Complementary color
Monochromatic Colors of #1AFE7D
Black with #1AFE7D
Text Example
Text Example
White with #1AFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE7D; }
p { color: rgb(26,254,125); }
H1.HeaderClassName
{
color: #1AFE7D;
}
.AnyTagClassName
{
color: #1AFE7D;
}
</style>
background-color css
<style>
a { background-color: #1AFE7D; }
a { background-color: rgb(26,254,125); }
div.DivClassName
{
background-color: #1AFE7D;
}
.BgClassName
{
background-color: #1AFE7D;
}
</style>
border-color css
<style>
span { border-color: #1AFE7D; }
span { border-color: rgb(26,254,125); }
td.TdClassName
{
border-color: #1AFE7D;
}
.TagClassName
{
border-color: #1AFE7D;
}
</style>