Shades of Spring Green #1AE67D
Tints of Spring Green #1AE67D
RGB
CMYK
RGB Variations
Color information
#1AE67D (or 0x1AE67D) is known color: Spring Green. HEX triplet: 1A, E6 and 7D. RGB value is (26,230,125). Sum of RGB (Red+Green+Blue) = 26+230+125=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 230 (90.23% from 255 or 60.37% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 230 - color contains mainly: green. Hex color #1AE67D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AE67D is #E51982. Grayscale: #9D9D9D. Windows color (decimal): -15014275 or 8250906. OLE color: 8250906.
HSL color Cylindrical-coordinate representation of color #1AE67D: hue angle of 149.12º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE67D is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 230 | 125 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.10 |
| HSL | 149.12º | 0.8% | 0.5% | - |
| HSV(B) | 149.12º | 0.89% | 0.9% | - |
| XYZ | 32.42 | 58.29 | 28.94 | - |
| YUV | 157.03 | 109.91 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 230 | 125 | 0.89 | 0 | 0.46 | 0.10 | 149.12 | 0.8 | 0.5 |
| Hex | 1A | E6 | 7D | 59 | 0 | 2E | A | 95 | 50 | 32 |
| Octal | 32 | 346 | 175 | 131 | 0 | 56 | 12 | 225 | 120 | 62 |
| Binary | 11010 | 11100110 | 1111101 | 1011001 | 0 | 101110 | 1010 | 10010101 | 1010000 | 110010 |
Color Harmonies of #1AE67D
Complementary color
Monochromatic Colors of #1AE67D
Black with #1AE67D
Text Example
Text Example
White with #1AE67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE67D; }
p { color: rgb(26,230,125); }
H1.HeaderClassName
{
color: #1AE67D;
}
.AnyTagClassName
{
color: #1AE67D;
}
</style>
background-color css
<style>
a { background-color: #1AE67D; }
a { background-color: rgb(26,230,125); }
div.DivClassName
{
background-color: #1AE67D;
}
.BgClassName
{
background-color: #1AE67D;
}
</style>
border-color css
<style>
span { border-color: #1AE67D; }
span { border-color: rgb(26,230,125); }
td.TdClassName
{
border-color: #1AE67D;
}
.TagClassName
{
border-color: #1AE67D;
}
</style>