Shades of Dark Pastel Green #0EBD4A
Tints of Dark Pastel Green #0EBD4A
RGB
CMYK
RGB Variations
Color information
#0EBD4A (or 0x0EBD4A) is known color: Dark Pastel Green. HEX triplet: 0E, BD and 4A. RGB value is (14,189,74). Sum of RGB (Red+Green+Blue) = 14+189+74=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 189 (74.22% from 255 or 68.23% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBD4A is #F142B5. Grayscale: #7B7B7B. Windows color (decimal): -15811254 or 4898062. OLE color: 4898062.
HSL color Cylindrical-coordinate representation of color #0EBD4A: hue angle of 140.57º 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 #0EBD4A is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 74 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.26 |
| HSL | 140.57º | 0.86% | 0.4% | - |
| HSV(B) | 140.57º | 0.93% | 0.74% | - |
| XYZ | 19.61 | 36.98 | 12.58 | - |
| YUV | 123.57 | 100.02 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 74 | 0.93 | 0 | 0.61 | 0.26 | 140.57 | 0.86 | 0.4 |
| Hex | E | BD | 4A | 5D | 0 | 3D | 1A | 8D | 56 | 28 |
| Octal | 16 | 275 | 112 | 135 | 0 | 75 | 32 | 215 | 126 | 50 |
| Binary | 1110 | 10111101 | 1001010 | 1011101 | 0 | 111101 | 11010 | 10001101 | 1010110 | 101000 |
Color Harmonies of #0EBD4A
Complementary color
Monochromatic Colors of #0EBD4A
Black with #0EBD4A
Text Example
Text Example
White with #0EBD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBD4A; }
p { color: rgb(14,189,74); }
H1.HeaderClassName
{
color: #0EBD4A;
}
.AnyTagClassName
{
color: #0EBD4A;
}
</style>
background-color css
<style>
a { background-color: #0EBD4A; }
a { background-color: rgb(14,189,74); }
div.DivClassName
{
background-color: #0EBD4A;
}
.BgClassName
{
background-color: #0EBD4A;
}
</style>
border-color css
<style>
span { border-color: #0EBD4A; }
span { border-color: rgb(14,189,74); }
td.TdClassName
{
border-color: #0EBD4A;
}
.TagClassName
{
border-color: #0EBD4A;
}
</style>