Shades of Dark Pastel Green #0EBB2C
Tints of Dark Pastel Green #0EBB2C
RGB
CMYK
RGB Variations
Color information
#0EBB2C (or 0x0EBB2C) is known color: Dark Pastel Green. HEX triplet: 0E, BB and 2C. RGB value is (14,187,44). Sum of RGB (Red+Green+Blue) = 14+187+44=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 187 (73.44% from 255 or 76.33% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBB2C is #F144D3. Grayscale: #777777. Windows color (decimal): -15811796 or 2931470. OLE color: 2931470.
HSL color Cylindrical-coordinate representation of color #0EBB2C: hue angle of 130.4º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBB2C is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 187 | 44 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.27 |
| HSL | 130.4º | 0.86% | 0.39% | - |
| HSV(B) | 130.4º | 0.93% | 0.73% | - |
| XYZ | 18.41 | 35.82 | 8.33 | - |
| YUV | 118.97 | 85.69 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 44 | 0.93 | 0 | 0.76 | 0.27 | 130.4 | 0.86 | 0.39 |
| Hex | E | BB | 2C | 5D | 0 | 4C | 1B | 82 | 56 | 27 |
| Octal | 16 | 273 | 54 | 135 | 0 | 114 | 33 | 202 | 126 | 47 |
| Binary | 1110 | 10111011 | 101100 | 1011101 | 0 | 1001100 | 11011 | 10000010 | 1010110 | 100111 |
Color Harmonies of #0EBB2C
Complementary color
Monochromatic Colors of #0EBB2C
Black with #0EBB2C
Text Example
Text Example
White with #0EBB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBB2C; }
p { color: rgb(14,187,44); }
H1.HeaderClassName
{
color: #0EBB2C;
}
.AnyTagClassName
{
color: #0EBB2C;
}
</style>
background-color css
<style>
a { background-color: #0EBB2C; }
a { background-color: rgb(14,187,44); }
div.DivClassName
{
background-color: #0EBB2C;
}
.BgClassName
{
background-color: #0EBB2C;
}
</style>
border-color css
<style>
span { border-color: #0EBB2C; }
span { border-color: rgb(14,187,44); }
td.TdClassName
{
border-color: #0EBB2C;
}
.TagClassName
{
border-color: #0EBB2C;
}
</style>