Shades of Dark Pastel Green #0EBD39
Tints of Dark Pastel Green #0EBD39
RGB
CMYK
RGB Variations
Color information
#0EBD39 (or 0x0EBD39) is known color: Dark Pastel Green. HEX triplet: 0E, BD and 39. RGB value is (14,189,57). Sum of RGB (Red+Green+Blue) = 14+189+57=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 189 (74.22% from 255 or 72.69% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBD39 is #F142C6. Grayscale: #797979. Windows color (decimal): -15811271 or 3783950. OLE color: 3783950.
HSL color Cylindrical-coordinate representation of color #0EBD39: hue angle of 134.74º 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 #0EBD39 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 57 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.26 |
| HSL | 134.74º | 0.86% | 0.4% | - |
| HSV(B) | 134.74º | 0.93% | 0.74% | - |
| XYZ | 19.12 | 36.78 | 9.96 | - |
| YUV | 121.63 | 91.52 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 57 | 0.93 | 0 | 0.70 | 0.26 | 134.74 | 0.86 | 0.4 |
| Hex | E | BD | 39 | 5D | 0 | 46 | 1A | 87 | 56 | 28 |
| Octal | 16 | 275 | 71 | 135 | 0 | 106 | 32 | 207 | 126 | 50 |
| Binary | 1110 | 10111101 | 111001 | 1011101 | 0 | 1000110 | 11010 | 10000111 | 1010110 | 101000 |
Color Harmonies of #0EBD39
Complementary color
Monochromatic Colors of #0EBD39
Black with #0EBD39
Text Example
Text Example
White with #0EBD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBD39; }
p { color: rgb(14,189,57); }
H1.HeaderClassName
{
color: #0EBD39;
}
.AnyTagClassName
{
color: #0EBD39;
}
</style>
background-color css
<style>
a { background-color: #0EBD39; }
a { background-color: rgb(14,189,57); }
div.DivClassName
{
background-color: #0EBD39;
}
.BgClassName
{
background-color: #0EBD39;
}
</style>
border-color css
<style>
span { border-color: #0EBD39; }
span { border-color: rgb(14,189,57); }
td.TdClassName
{
border-color: #0EBD39;
}
.TagClassName
{
border-color: #0EBD39;
}
</style>