Shades of Spring Green #0EE084
Tints of Spring Green #0EE084
RGB
CMYK
RGB Variations
Color information
#0EE084 (or 0x0EE084) is known color: Spring Green. HEX triplet: 0E, E0 and 84. RGB value is (14,224,132). Sum of RGB (Red+Green+Blue) = 14+224+132=370 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.78% from 370); Green value is 224 (87.89% from 255 or 60.54% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE084 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE084 is #F11F7B. Grayscale: #969696. Windows color (decimal): -15802236 or 8708110. OLE color: 8708110.
HSL color Cylindrical-coordinate representation of color #0EE084: hue angle of 153.71º 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 #0EE084 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 132 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.12 |
| HSL | 153.71º | 0.88% | 0.47% | - |
| HSV(B) | 153.71º | 0.94% | 0.88% | - |
| XYZ | 31 | 55.07 | 30.83 | - |
| YUV | 150.72 | 117.43 | 30.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 132 | 0.94 | 0 | 0.41 | 0.12 | 153.71 | 0.88 | 0.47 |
| Hex | E | E0 | 84 | 5E | 0 | 29 | C | 9A | 58 | 2F |
| Octal | 16 | 340 | 204 | 136 | 0 | 51 | 14 | 232 | 130 | 57 |
| Binary | 1110 | 11100000 | 10000100 | 1011110 | 0 | 101001 | 1100 | 10011010 | 1011000 | 101111 |
Color Harmonies of #0EE084
Complementary color
Monochromatic Colors of #0EE084
Black with #0EE084
Text Example
Text Example
White with #0EE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE084; }
p { color: rgb(14,224,132); }
H1.HeaderClassName
{
color: #0EE084;
}
.AnyTagClassName
{
color: #0EE084;
}
</style>
background-color css
<style>
a { background-color: #0EE084; }
a { background-color: rgb(14,224,132); }
div.DivClassName
{
background-color: #0EE084;
}
.BgClassName
{
background-color: #0EE084;
}
</style>
border-color css
<style>
span { border-color: #0EE084; }
span { border-color: rgb(14,224,132); }
td.TdClassName
{
border-color: #0EE084;
}
.TagClassName
{
border-color: #0EE084;
}
</style>