Shades of Dark Pastel Green #0EBA23
Tints of Dark Pastel Green #0EBA23
RGB
CMYK
RGB Variations
Color information
#0EBA23 (or 0x0EBA23) is known color: Dark Pastel Green. HEX triplet: 0E, BA and 23. RGB value is (14,186,35). Sum of RGB (Red+Green+Blue) = 14+186+35=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 186 (73.05% from 255 or 79.15% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBA23 is #F145DC. Grayscale: #757575. Windows color (decimal): -15812061 or 2341390. OLE color: 2341390.
HSL color Cylindrical-coordinate representation of color #0EBA23: hue angle of 127.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 #0EBA23 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 35 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.27 |
| HSL | 127.33º | 0.86% | 0.39% | - |
| HSV(B) | 127.33º | 0.92% | 0.73% | - |
| XYZ | 18.04 | 35.33 | 7.46 | - |
| YUV | 117.36 | 81.52 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 35 | 0.92 | 0 | 0.81 | 0.27 | 127.33 | 0.86 | 0.39 |
| Hex | E | BA | 23 | 5C | 0 | 51 | 1B | 7F | 56 | 27 |
| Octal | 16 | 272 | 43 | 134 | 0 | 121 | 33 | 177 | 126 | 47 |
| Binary | 1110 | 10111010 | 100011 | 1011100 | 0 | 1010001 | 11011 | 1111111 | 1010110 | 100111 |
Color Harmonies of #0EBA23
Complementary color
Monochromatic Colors of #0EBA23
Black with #0EBA23
Text Example
Text Example
White with #0EBA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA23; }
p { color: rgb(14,186,35); }
H1.HeaderClassName
{
color: #0EBA23;
}
.AnyTagClassName
{
color: #0EBA23;
}
</style>
background-color css
<style>
a { background-color: #0EBA23; }
a { background-color: rgb(14,186,35); }
div.DivClassName
{
background-color: #0EBA23;
}
.BgClassName
{
background-color: #0EBA23;
}
</style>
border-color css
<style>
span { border-color: #0EBA23; }
span { border-color: rgb(14,186,35); }
td.TdClassName
{
border-color: #0EBA23;
}
.TagClassName
{
border-color: #0EBA23;
}
</style>