Html Css Color HEX #0EE9AA Medium Spring Green
📋 copy color: '#0EE9AA'red 14 ◦ green 233 ◦ blue 170
Shades of Medium Spring Green #0EE9AA
Tints of Medium Spring Green #0EE9AA
RGB
CMYK
RGB Variations
Color information
#0EE9AA (or 0x0EE9AA) is known color: Medium Spring Green. HEX triplet: 0E, E9 and AA. RGB value is (14,233,170). Sum of RGB (Red+Green+Blue) = 14+233+170=417 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.36% from 417); Green value is 233 (91.41% from 255 or 55.88% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 233 - color contains mainly: green. Hex color #0EE9AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EE9AA is #F11655. Grayscale: #A0A0A0. Windows color (decimal): -15799894 or 11200782. OLE color: 11200782.
HSL color Cylindrical-coordinate representation of color #0EE9AA: hue angle of 162.74º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE9AA is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 233 | 170 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.09 |
| HSL | 162.74º | 0.89% | 0.48% | - |
| HSV(B) | 162.74º | 0.94% | 0.91% | - |
| XYZ | 36.58 | 61.27 | 47.93 | - |
| YUV | 160.34 | 133.45 | 23.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 233 | 170 | 0.94 | 0 | 0.27 | 0.09 | 162.74 | 0.89 | 0.48 |
| Hex | E | E9 | AA | 5E | 0 | 1B | 9 | A3 | 59 | 30 |
| Octal | 16 | 351 | 252 | 136 | 0 | 33 | 11 | 243 | 131 | 60 |
| Binary | 1110 | 11101001 | 10101010 | 1011110 | 0 | 11011 | 1001 | 10100011 | 1011001 | 110000 |
Color Harmonies of #0EE9AA
Complementary color
Monochromatic Colors of #0EE9AA
Black with #0EE9AA
Text Example
Text Example
White with #0EE9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE9AA; }
p { color: rgb(14,233,170); }
H1.HeaderClassName
{
color: #0EE9AA;
}
.AnyTagClassName
{
color: #0EE9AA;
}
</style>
background-color css
<style>
a { background-color: #0EE9AA; }
a { background-color: rgb(14,233,170); }
div.DivClassName
{
background-color: #0EE9AA;
}
.BgClassName
{
background-color: #0EE9AA;
}
</style>
border-color css
<style>
span { border-color: #0EE9AA; }
span { border-color: rgb(14,233,170); }
td.TdClassName
{
border-color: #0EE9AA;
}
.TagClassName
{
border-color: #0EE9AA;
}
</style>