Shades of Spring Green #18EC72
Tints of Spring Green #18EC72
RGB
CMYK
RGB Variations
Color information
#18EC72 (or 0x18EC72) is known color: Spring Green. HEX triplet: 18, EC and 72. RGB value is (24,236,114). Sum of RGB (Red+Green+Blue) = 24+236+114=374 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.42% from 374); Green value is 236 (92.58% from 255 or 63.10% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 236 - color contains mainly: green. Hex color #18EC72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18EC72 is #E7138D. Grayscale: #9E9E9E. Windows color (decimal): -15143822 or 7531544. OLE color: 7531544.
HSL color Cylindrical-coordinate representation of color #18EC72: hue angle of 145.47º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EC72 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 236 | 114 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.07 |
| HSL | 145.47º | 0.85% | 0.51% | - |
| HSV(B) | 145.47º | 0.9% | 0.93% | - |
| XYZ | 33.41 | 61.4 | 26.01 | - |
| YUV | 158.7 | 102.76 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 114 | 0.90 | 0 | 0.52 | 0.07 | 145.47 | 0.85 | 0.51 |
| Hex | 18 | EC | 72 | 5A | 0 | 34 | 7 | 91 | 55 | 33 |
| Octal | 30 | 354 | 162 | 132 | 0 | 64 | 7 | 221 | 125 | 63 |
| Binary | 11000 | 11101100 | 1110010 | 1011010 | 0 | 110100 | 111 | 10010001 | 1010101 | 110011 |
Color Harmonies of #18EC72
Complementary color
Monochromatic Colors of #18EC72
Black with #18EC72
Text Example
Text Example
White with #18EC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EC72; }
p { color: rgb(24,236,114); }
H1.HeaderClassName
{
color: #18EC72;
}
.AnyTagClassName
{
color: #18EC72;
}
</style>
background-color css
<style>
a { background-color: #18EC72; }
a { background-color: rgb(24,236,114); }
div.DivClassName
{
background-color: #18EC72;
}
.BgClassName
{
background-color: #18EC72;
}
</style>
border-color css
<style>
span { border-color: #18EC72; }
span { border-color: rgb(24,236,114); }
td.TdClassName
{
border-color: #18EC72;
}
.TagClassName
{
border-color: #18EC72;
}
</style>