Shades of Dark Pastel Green #0EBD45
Tints of Dark Pastel Green #0EBD45
RGB
CMYK
RGB Variations
Color information
#0EBD45 (or 0x0EBD45) is known color: Dark Pastel Green. HEX triplet: 0E, BD and 45. RGB value is (14,189,69). Sum of RGB (Red+Green+Blue) = 14+189+69=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 189 (74.22% from 255 or 69.49% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBD45 is #F142BA. Grayscale: #7B7B7B. Windows color (decimal): -15811259 or 4570382. OLE color: 4570382.
HSL color Cylindrical-coordinate representation of color #0EBD45: hue angle of 138.86º 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 #0EBD45 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 69 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.26 |
| HSL | 138.86º | 0.86% | 0.4% | - |
| HSV(B) | 138.86º | 0.93% | 0.74% | - |
| XYZ | 19.45 | 36.92 | 11.73 | - |
| YUV | 123 | 97.52 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 69 | 0.93 | 0 | 0.63 | 0.26 | 138.86 | 0.86 | 0.4 |
| Hex | E | BD | 45 | 5D | 0 | 3F | 1A | 8B | 56 | 28 |
| Octal | 16 | 275 | 105 | 135 | 0 | 77 | 32 | 213 | 126 | 50 |
| Binary | 1110 | 10111101 | 1000101 | 1011101 | 0 | 111111 | 11010 | 10001011 | 1010110 | 101000 |
Color Harmonies of #0EBD45
Complementary color
Monochromatic Colors of #0EBD45
Black with #0EBD45
Text Example
Text Example
White with #0EBD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBD45; }
p { color: rgb(14,189,69); }
H1.HeaderClassName
{
color: #0EBD45;
}
.AnyTagClassName
{
color: #0EBD45;
}
</style>
background-color css
<style>
a { background-color: #0EBD45; }
a { background-color: rgb(14,189,69); }
div.DivClassName
{
background-color: #0EBD45;
}
.BgClassName
{
background-color: #0EBD45;
}
</style>
border-color css
<style>
span { border-color: #0EBD45; }
span { border-color: rgb(14,189,69); }
td.TdClassName
{
border-color: #0EBD45;
}
.TagClassName
{
border-color: #0EBD45;
}
</style>