Html Css Color HEX #18EEA0 Medium Spring Green
📋 copy color: '#18EEA0'red 24 ◦ green 238 ◦ blue 160
Shades of Medium Spring Green #18EEA0
Tints of Medium Spring Green #18EEA0
RGB
CMYK
RGB Variations
Color information
#18EEA0 (or 0x18EEA0) is known color: Medium Spring Green. HEX triplet: 18, EE and A0. RGB value is (24,238,160). Sum of RGB (Red+Green+Blue) = 24+238+160=422 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.69% from 422); Green value is 238 (93.36% from 255 or 56.40% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 238 - color contains mainly: green. Hex color #18EEA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18EEA0 is #E7115F. Grayscale: #A5A5A5. Windows color (decimal): -15143264 or 10546712. OLE color: 10546712.
HSL color Cylindrical-coordinate representation of color #18EEA0: hue angle of 158.13º degrees, saturation: 0.86, 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 #18EEA0 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 238 | 160 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.07 |
| HSL | 158.13º | 0.86% | 0.51% | - |
| HSV(B) | 158.13º | 0.9% | 0.93% | - |
| XYZ | 37.3 | 63.88 | 43.62 | - |
| YUV | 165.12 | 125.1 | 27.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 238 | 160 | 0.90 | 0 | 0.33 | 0.07 | 158.13 | 0.86 | 0.51 |
| Hex | 18 | EE | A0 | 5A | 0 | 21 | 7 | 9E | 56 | 33 |
| Octal | 30 | 356 | 240 | 132 | 0 | 41 | 7 | 236 | 126 | 63 |
| Binary | 11000 | 11101110 | 10100000 | 1011010 | 0 | 100001 | 111 | 10011110 | 1010110 | 110011 |
Color Harmonies of #18EEA0
Complementary color
Monochromatic Colors of #18EEA0
Black with #18EEA0
Text Example
Text Example
White with #18EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EEA0; }
p { color: rgb(24,238,160); }
H1.HeaderClassName
{
color: #18EEA0;
}
.AnyTagClassName
{
color: #18EEA0;
}
</style>
background-color css
<style>
a { background-color: #18EEA0; }
a { background-color: rgb(24,238,160); }
div.DivClassName
{
background-color: #18EEA0;
}
.BgClassName
{
background-color: #18EEA0;
}
</style>
border-color css
<style>
span { border-color: #18EEA0; }
span { border-color: rgb(24,238,160); }
td.TdClassName
{
border-color: #18EEA0;
}
.TagClassName
{
border-color: #18EEA0;
}
</style>