Shades of Dark Pastel Green #0EBA37
Tints of Dark Pastel Green #0EBA37
RGB
CMYK
RGB Variations
Color information
#0EBA37 (or 0x0EBA37) is known color: Dark Pastel Green. HEX triplet: 0E, BA and 37. RGB value is (14,186,55). Sum of RGB (Red+Green+Blue) = 14+186+55=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 186 (73.05% from 255 or 72.94% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBA37 is #F145C8. Grayscale: #777777. Windows color (decimal): -15812041 or 3652110. OLE color: 3652110.
HSL color Cylindrical-coordinate representation of color #0EBA37: hue angle of 134.3º 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 #0EBA37 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 55 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.27 |
| HSL | 134.3º | 0.86% | 0.39% | - |
| HSV(B) | 134.3º | 0.92% | 0.73% | - |
| XYZ | 18.43 | 35.49 | 9.49 | - |
| YUV | 119.64 | 91.52 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 55 | 0.92 | 0 | 0.70 | 0.27 | 134.3 | 0.86 | 0.39 |
| Hex | E | BA | 37 | 5C | 0 | 46 | 1B | 86 | 56 | 27 |
| Octal | 16 | 272 | 67 | 134 | 0 | 106 | 33 | 206 | 126 | 47 |
| Binary | 1110 | 10111010 | 110111 | 1011100 | 0 | 1000110 | 11011 | 10000110 | 1010110 | 100111 |
Color Harmonies of #0EBA37
Complementary color
Monochromatic Colors of #0EBA37
Black with #0EBA37
Text Example
Text Example
White with #0EBA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA37; }
p { color: rgb(14,186,55); }
H1.HeaderClassName
{
color: #0EBA37;
}
.AnyTagClassName
{
color: #0EBA37;
}
</style>
background-color css
<style>
a { background-color: #0EBA37; }
a { background-color: rgb(14,186,55); }
div.DivClassName
{
background-color: #0EBA37;
}
.BgClassName
{
background-color: #0EBA37;
}
</style>
border-color css
<style>
span { border-color: #0EBA37; }
span { border-color: rgb(14,186,55); }
td.TdClassName
{
border-color: #0EBA37;
}
.TagClassName
{
border-color: #0EBA37;
}
</style>