Shades of Dark Pastel Green #0EBC2C
Tints of Dark Pastel Green #0EBC2C
RGB
CMYK
RGB Variations
Color information
#0EBC2C (or 0x0EBC2C) is known color: Dark Pastel Green. HEX triplet: 0E, BC and 2C. RGB value is (14,188,44). Sum of RGB (Red+Green+Blue) = 14+188+44=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 188 (73.83% from 255 or 76.42% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EBC2C is #F143D3. Grayscale: #777777. Windows color (decimal): -15811540 or 2931726. OLE color: 2931726.
HSL color Cylindrical-coordinate representation of color #0EBC2C: hue angle of 130.34º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBC2C is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 188 | 44 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.26 |
| HSL | 130.34º | 0.86% | 0.4% | - |
| HSV(B) | 130.34º | 0.93% | 0.74% | - |
| XYZ | 18.62 | 36.24 | 8.4 | - |
| YUV | 119.56 | 85.35 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 188 | 44 | 0.93 | 0 | 0.77 | 0.26 | 130.34 | 0.86 | 0.4 |
| Hex | E | BC | 2C | 5D | 0 | 4D | 1A | 82 | 56 | 28 |
| Octal | 16 | 274 | 54 | 135 | 0 | 115 | 32 | 202 | 126 | 50 |
| Binary | 1110 | 10111100 | 101100 | 1011101 | 0 | 1001101 | 11010 | 10000010 | 1010110 | 101000 |
Color Harmonies of #0EBC2C
Complementary color
Monochromatic Colors of #0EBC2C
Black with #0EBC2C
Text Example
Text Example
White with #0EBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBC2C; }
p { color: rgb(14,188,44); }
H1.HeaderClassName
{
color: #0EBC2C;
}
.AnyTagClassName
{
color: #0EBC2C;
}
</style>
background-color css
<style>
a { background-color: #0EBC2C; }
a { background-color: rgb(14,188,44); }
div.DivClassName
{
background-color: #0EBC2C;
}
.BgClassName
{
background-color: #0EBC2C;
}
</style>
border-color css
<style>
span { border-color: #0EBC2C; }
span { border-color: rgb(14,188,44); }
td.TdClassName
{
border-color: #0EBC2C;
}
.TagClassName
{
border-color: #0EBC2C;
}
</style>