Shades of Spring Green #0EE085
Tints of Spring Green #0EE085
RGB
CMYK
RGB Variations
Color information
#0EE085 (or 0x0EE085) is known color: Spring Green. HEX triplet: 0E, E0 and 85. RGB value is (14,224,133). Sum of RGB (Red+Green+Blue) = 14+224+133=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE085 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE085 is #F11F7A. Grayscale: #969696. Windows color (decimal): -15802235 or 8773646. OLE color: 8773646.
HSL color Cylindrical-coordinate representation of color #0EE085: hue angle of 154º 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 #0EE085 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 133 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.12 |
| HSL | 154º | 0.88% | 0.47% | - |
| HSV(B) | 154º | 0.94% | 0.88% | - |
| XYZ | 31.07 | 55.1 | 31.19 | - |
| YUV | 150.84 | 117.93 | 30.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 133 | 0.94 | 0 | 0.41 | 0.12 | 154 | 0.88 | 0.47 |
| Hex | E | E0 | 85 | 5E | 0 | 29 | C | 9A | 58 | 2F |
| Octal | 16 | 340 | 205 | 136 | 0 | 51 | 14 | 232 | 130 | 57 |
| Binary | 1110 | 11100000 | 10000101 | 1011110 | 0 | 101001 | 1100 | 10011010 | 1011000 | 101111 |
Color Harmonies of #0EE085
Complementary color
Monochromatic Colors of #0EE085
Black with #0EE085
Text Example
Text Example
White with #0EE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE085; }
p { color: rgb(14,224,133); }
H1.HeaderClassName
{
color: #0EE085;
}
.AnyTagClassName
{
color: #0EE085;
}
</style>
background-color css
<style>
a { background-color: #0EE085; }
a { background-color: rgb(14,224,133); }
div.DivClassName
{
background-color: #0EE085;
}
.BgClassName
{
background-color: #0EE085;
}
</style>
border-color css
<style>
span { border-color: #0EE085; }
span { border-color: rgb(14,224,133); }
td.TdClassName
{
border-color: #0EE085;
}
.TagClassName
{
border-color: #0EE085;
}
</style>