Shades of Dark Pastel Green #0EBA25
Tints of Dark Pastel Green #0EBA25
RGB
CMYK
RGB Variations
Color information
#0EBA25 (or 0x0EBA25) is known color: Dark Pastel Green. HEX triplet: 0E, BA and 25. RGB value is (14,186,37). Sum of RGB (Red+Green+Blue) = 14+186+37=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 186 (73.05% from 255 or 78.48% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBA25 is #F145DA. Grayscale: #767676. Windows color (decimal): -15812059 or 2472462. OLE color: 2472462.
HSL color Cylindrical-coordinate representation of color #0EBA25: hue angle of 128.02º 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 #0EBA25 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 37 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.27 |
| HSL | 128.02º | 0.86% | 0.39% | - |
| HSV(B) | 128.02º | 0.92% | 0.73% | - |
| XYZ | 18.07 | 35.34 | 7.62 | - |
| YUV | 117.59 | 82.52 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 37 | 0.92 | 0 | 0.80 | 0.27 | 128.02 | 0.86 | 0.39 |
| Hex | E | BA | 25 | 5C | 0 | 50 | 1B | 80 | 56 | 27 |
| Octal | 16 | 272 | 45 | 134 | 0 | 120 | 33 | 200 | 126 | 47 |
| Binary | 1110 | 10111010 | 100101 | 1011100 | 0 | 1010000 | 11011 | 10000000 | 1010110 | 100111 |
Color Harmonies of #0EBA25
Complementary color
Monochromatic Colors of #0EBA25
Black with #0EBA25
Text Example
Text Example
White with #0EBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA25; }
p { color: rgb(14,186,37); }
H1.HeaderClassName
{
color: #0EBA25;
}
.AnyTagClassName
{
color: #0EBA25;
}
</style>
background-color css
<style>
a { background-color: #0EBA25; }
a { background-color: rgb(14,186,37); }
div.DivClassName
{
background-color: #0EBA25;
}
.BgClassName
{
background-color: #0EBA25;
}
</style>
border-color css
<style>
span { border-color: #0EBA25; }
span { border-color: rgb(14,186,37); }
td.TdClassName
{
border-color: #0EBA25;
}
.TagClassName
{
border-color: #0EBA25;
}
</style>