Shades of Dark Pastel Green #0EBA4E
Tints of Dark Pastel Green #0EBA4E
RGB
CMYK
RGB Variations
Color information
#0EBA4E (or 0x0EBA4E) is known color: Dark Pastel Green. HEX triplet: 0E, BA and 4E. RGB value is (14,186,78). Sum of RGB (Red+Green+Blue) = 14+186+78=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA4E is #F145B1. Grayscale: #7A7A7A. Windows color (decimal): -15812018 or 5159438. OLE color: 5159438.
HSL color Cylindrical-coordinate representation of color #0EBA4E: hue angle of 142.33º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EBA4E is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 78 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.27 |
| HSL | 142.33º | 0.86% | 0.39% | - |
| HSV(B) | 142.33º | 0.92% | 0.73% | - |
| XYZ | 19.12 | 35.76 | 13.1 | - |
| YUV | 122.26 | 103.02 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 78 | 0.92 | 0 | 0.58 | 0.27 | 142.33 | 0.86 | 0.39 |
| Hex | E | BA | 4E | 5C | 0 | 3A | 1B | 8E | 56 | 27 |
| Octal | 16 | 272 | 116 | 134 | 0 | 72 | 33 | 216 | 126 | 47 |
| Binary | 1110 | 10111010 | 1001110 | 1011100 | 0 | 111010 | 11011 | 10001110 | 1010110 | 100111 |
Color Harmonies of #0EBA4E
Complementary color
Monochromatic Colors of #0EBA4E
Black with #0EBA4E
Text Example
Text Example
White with #0EBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA4E; }
p { color: rgb(14,186,78); }
H1.HeaderClassName
{
color: #0EBA4E;
}
.AnyTagClassName
{
color: #0EBA4E;
}
</style>
background-color css
<style>
a { background-color: #0EBA4E; }
a { background-color: rgb(14,186,78); }
div.DivClassName
{
background-color: #0EBA4E;
}
.BgClassName
{
background-color: #0EBA4E;
}
</style>
border-color css
<style>
span { border-color: #0EBA4E; }
span { border-color: rgb(14,186,78); }
td.TdClassName
{
border-color: #0EBA4E;
}
.TagClassName
{
border-color: #0EBA4E;
}
</style>