Shades of Dark Pastel Green #0EBC39
Tints of Dark Pastel Green #0EBC39
RGB
CMYK
RGB Variations
Color information
#0EBC39 (or 0x0EBC39) is known color: Dark Pastel Green. HEX triplet: 0E, BC and 39. RGB value is (14,188,57). Sum of RGB (Red+Green+Blue) = 14+188+57=259 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.41% from 259); Green value is 188 (73.83% from 255 or 72.59% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBC39 is #F143C6. Grayscale: #797979. Windows color (decimal): -15811527 or 3783694. OLE color: 3783694.
HSL color Cylindrical-coordinate representation of color #0EBC39: hue angle of 134.83º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBC39 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 188 | 57 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.26 |
| HSL | 134.83º | 0.86% | 0.4% | - |
| HSV(B) | 134.83º | 0.93% | 0.74% | - |
| XYZ | 18.9 | 36.36 | 9.89 | - |
| YUV | 121.04 | 91.85 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 188 | 57 | 0.93 | 0 | 0.70 | 0.26 | 134.83 | 0.86 | 0.4 |
| Hex | E | BC | 39 | 5D | 0 | 46 | 1A | 87 | 56 | 28 |
| Octal | 16 | 274 | 71 | 135 | 0 | 106 | 32 | 207 | 126 | 50 |
| Binary | 1110 | 10111100 | 111001 | 1011101 | 0 | 1000110 | 11010 | 10000111 | 1010110 | 101000 |
Color Harmonies of #0EBC39
Complementary color
Monochromatic Colors of #0EBC39
Black with #0EBC39
Text Example
Text Example
White with #0EBC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBC39; }
p { color: rgb(14,188,57); }
H1.HeaderClassName
{
color: #0EBC39;
}
.AnyTagClassName
{
color: #0EBC39;
}
</style>
background-color css
<style>
a { background-color: #0EBC39; }
a { background-color: rgb(14,188,57); }
div.DivClassName
{
background-color: #0EBC39;
}
.BgClassName
{
background-color: #0EBC39;
}
</style>
border-color css
<style>
span { border-color: #0EBC39; }
span { border-color: rgb(14,188,57); }
td.TdClassName
{
border-color: #0EBC39;
}
.TagClassName
{
border-color: #0EBC39;
}
</style>