Shades of Spring Green #0EE082
Tints of Spring Green #0EE082
RGB
CMYK
RGB Variations
Color information
#0EE082 (or 0x0EE082) is known color: Spring Green. HEX triplet: 0E, E0 and 82. RGB value is (14,224,130). Sum of RGB (Red+Green+Blue) = 14+224+130=368 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.80% from 368); Green value is 224 (87.89% from 255 or 60.87% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE082 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE082 is #F11F7D. Grayscale: #969696. Windows color (decimal): -15802238 or 8577038. OLE color: 8577038.
HSL color Cylindrical-coordinate representation of color #0EE082: hue angle of 153.14º 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 #0EE082 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 130 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.12 |
| HSL | 153.14º | 0.88% | 0.47% | - |
| HSV(B) | 153.14º | 0.94% | 0.88% | - |
| XYZ | 30.87 | 55.02 | 30.11 | - |
| YUV | 150.49 | 116.43 | 30.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 130 | 0.94 | 0 | 0.42 | 0.12 | 153.14 | 0.88 | 0.47 |
| Hex | E | E0 | 82 | 5E | 0 | 2A | C | 99 | 58 | 2F |
| Octal | 16 | 340 | 202 | 136 | 0 | 52 | 14 | 231 | 130 | 57 |
| Binary | 1110 | 11100000 | 10000010 | 1011110 | 0 | 101010 | 1100 | 10011001 | 1011000 | 101111 |
Color Harmonies of #0EE082
Complementary color
Monochromatic Colors of #0EE082
Black with #0EE082
Text Example
Text Example
White with #0EE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE082; }
p { color: rgb(14,224,130); }
H1.HeaderClassName
{
color: #0EE082;
}
.AnyTagClassName
{
color: #0EE082;
}
</style>
background-color css
<style>
a { background-color: #0EE082; }
a { background-color: rgb(14,224,130); }
div.DivClassName
{
background-color: #0EE082;
}
.BgClassName
{
background-color: #0EE082;
}
</style>
border-color css
<style>
span { border-color: #0EE082; }
span { border-color: rgb(14,224,130); }
td.TdClassName
{
border-color: #0EE082;
}
.TagClassName
{
border-color: #0EE082;
}
</style>