Shades of Dark Pastel Green #0EBA27
Tints of Dark Pastel Green #0EBA27
RGB
CMYK
RGB Variations
Color information
#0EBA27 (or 0x0EBA27) is known color: Dark Pastel Green. HEX triplet: 0E, BA and 27. RGB value is (14,186,39). Sum of RGB (Red+Green+Blue) = 14+186+39=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 186 (73.05% from 255 or 77.82% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBA27 is #F145D8. Grayscale: #767676. Windows color (decimal): -15812057 or 2603534. OLE color: 2603534.
HSL color Cylindrical-coordinate representation of color #0EBA27: hue angle of 128.72º 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 #0EBA27 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 39 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.27 |
| HSL | 128.72º | 0.86% | 0.39% | - |
| HSV(B) | 128.72º | 0.92% | 0.73% | - |
| XYZ | 18.11 | 35.36 | 7.79 | - |
| YUV | 117.81 | 83.52 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 39 | 0.92 | 0 | 0.79 | 0.27 | 128.72 | 0.86 | 0.39 |
| Hex | E | BA | 27 | 5C | 0 | 4F | 1B | 81 | 56 | 27 |
| Octal | 16 | 272 | 47 | 134 | 0 | 117 | 33 | 201 | 126 | 47 |
| Binary | 1110 | 10111010 | 100111 | 1011100 | 0 | 1001111 | 11011 | 10000001 | 1010110 | 100111 |
Color Harmonies of #0EBA27
Complementary color
Monochromatic Colors of #0EBA27
Black with #0EBA27
Text Example
Text Example
White with #0EBA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA27; }
p { color: rgb(14,186,39); }
H1.HeaderClassName
{
color: #0EBA27;
}
.AnyTagClassName
{
color: #0EBA27;
}
</style>
background-color css
<style>
a { background-color: #0EBA27; }
a { background-color: rgb(14,186,39); }
div.DivClassName
{
background-color: #0EBA27;
}
.BgClassName
{
background-color: #0EBA27;
}
</style>
border-color css
<style>
span { border-color: #0EBA27; }
span { border-color: rgb(14,186,39); }
td.TdClassName
{
border-color: #0EBA27;
}
.TagClassName
{
border-color: #0EBA27;
}
</style>