Shades of Spring Green #0EE184
Tints of Spring Green #0EE184
RGB
CMYK
RGB Variations
Color information
#0EE184 (or 0x0EE184) is known color: Spring Green. HEX triplet: 0E, E1 and 84. RGB value is (14,225,132). Sum of RGB (Red+Green+Blue) = 14+225+132=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 225 (88.28% from 255 or 60.65% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE184 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE184 is #F11E7B. Grayscale: #979797. Windows color (decimal): -15801980 or 8708366. OLE color: 8708366.
HSL color Cylindrical-coordinate representation of color #0EE184: hue angle of 153.55º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE184 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 225 | 132 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.12 |
| HSL | 153.55º | 0.88% | 0.47% | - |
| HSV(B) | 153.55º | 0.94% | 0.88% | - |
| XYZ | 31.27 | 55.61 | 30.92 | - |
| YUV | 151.31 | 117.1 | 30.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 225 | 132 | 0.94 | 0 | 0.41 | 0.12 | 153.55 | 0.88 | 0.47 |
| Hex | E | E1 | 84 | 5E | 0 | 29 | C | 9A | 58 | 2F |
| Octal | 16 | 341 | 204 | 136 | 0 | 51 | 14 | 232 | 130 | 57 |
| Binary | 1110 | 11100001 | 10000100 | 1011110 | 0 | 101001 | 1100 | 10011010 | 1011000 | 101111 |
Color Harmonies of #0EE184
Complementary color
Monochromatic Colors of #0EE184
Black with #0EE184
Text Example
Text Example
White with #0EE184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE184; }
p { color: rgb(14,225,132); }
H1.HeaderClassName
{
color: #0EE184;
}
.AnyTagClassName
{
color: #0EE184;
}
</style>
background-color css
<style>
a { background-color: #0EE184; }
a { background-color: rgb(14,225,132); }
div.DivClassName
{
background-color: #0EE184;
}
.BgClassName
{
background-color: #0EE184;
}
</style>
border-color css
<style>
span { border-color: #0EE184; }
span { border-color: rgb(14,225,132); }
td.TdClassName
{
border-color: #0EE184;
}
.TagClassName
{
border-color: #0EE184;
}
</style>