Shades of Spring Green #18EA72
Tints of Spring Green #18EA72
RGB
CMYK
RGB Variations
Color information
#18EA72 (or 0x18EA72) is known color: Spring Green. HEX triplet: 18, EA and 72. RGB value is (24,234,114). Sum of RGB (Red+Green+Blue) = 24+234+114=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 234 (91.80% from 255 or 62.90% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 234 - color contains mainly: green. Hex color #18EA72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18EA72 is #E7158D. Grayscale: #9D9D9D. Windows color (decimal): -15144334 or 7531032. OLE color: 7531032.
HSL color Cylindrical-coordinate representation of color #18EA72: hue angle of 145.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EA72 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 114 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.08 |
| HSL | 145.71º | 0.83% | 0.51% | - |
| HSV(B) | 145.71º | 0.9% | 0.92% | - |
| XYZ | 32.84 | 60.25 | 25.82 | - |
| YUV | 157.53 | 103.43 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 114 | 0.90 | 0 | 0.51 | 0.08 | 145.71 | 0.83 | 0.51 |
| Hex | 18 | EA | 72 | 5A | 0 | 33 | 8 | 92 | 53 | 33 |
| Octal | 30 | 352 | 162 | 132 | 0 | 63 | 10 | 222 | 123 | 63 |
| Binary | 11000 | 11101010 | 1110010 | 1011010 | 0 | 110011 | 1000 | 10010010 | 1010011 | 110011 |
Color Harmonies of #18EA72
Complementary color
Monochromatic Colors of #18EA72
Black with #18EA72
Text Example
Text Example
White with #18EA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EA72; }
p { color: rgb(24,234,114); }
H1.HeaderClassName
{
color: #18EA72;
}
.AnyTagClassName
{
color: #18EA72;
}
</style>
background-color css
<style>
a { background-color: #18EA72; }
a { background-color: rgb(24,234,114); }
div.DivClassName
{
background-color: #18EA72;
}
.BgClassName
{
background-color: #18EA72;
}
</style>
border-color css
<style>
span { border-color: #18EA72; }
span { border-color: rgb(24,234,114); }
td.TdClassName
{
border-color: #18EA72;
}
.TagClassName
{
border-color: #18EA72;
}
</style>