Shades of Dark Pastel Green #0EC02B
Tints of Dark Pastel Green #0EC02B
RGB
CMYK
RGB Variations
Color information
#0EC02B (or 0x0EC02B) is known color: Dark Pastel Green. HEX triplet: 0E, C0 and 2B. RGB value is (14,192,43). Sum of RGB (Red+Green+Blue) = 14+192+43=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 192 (75.39% from 255 or 77.11% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC02B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC02B is #F13FD4. Grayscale: #7A7A7A. Windows color (decimal): -15810517 or 2867214. OLE color: 2867214.
HSL color Cylindrical-coordinate representation of color #0EC02B: hue angle of 129.78º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC02B is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 43 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.25 |
| HSL | 129.78º | 0.86% | 0.4% | - |
| HSV(B) | 129.78º | 0.93% | 0.75% | - |
| XYZ | 19.47 | 37.97 | 8.59 | - |
| YUV | 121.79 | 83.53 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 43 | 0.93 | 0 | 0.78 | 0.25 | 129.78 | 0.86 | 0.4 |
| Hex | E | C0 | 2B | 5D | 0 | 4E | 19 | 82 | 56 | 28 |
| Octal | 16 | 300 | 53 | 135 | 0 | 116 | 31 | 202 | 126 | 50 |
| Binary | 1110 | 11000000 | 101011 | 1011101 | 0 | 1001110 | 11001 | 10000010 | 1010110 | 101000 |
Color Harmonies of #0EC02B
Complementary color
Monochromatic Colors of #0EC02B
Black with #0EC02B
Text Example
Text Example
White with #0EC02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC02B; }
p { color: rgb(14,192,43); }
H1.HeaderClassName
{
color: #0EC02B;
}
.AnyTagClassName
{
color: #0EC02B;
}
</style>
background-color css
<style>
a { background-color: #0EC02B; }
a { background-color: rgb(14,192,43); }
div.DivClassName
{
background-color: #0EC02B;
}
.BgClassName
{
background-color: #0EC02B;
}
</style>
border-color css
<style>
span { border-color: #0EC02B; }
span { border-color: rgb(14,192,43); }
td.TdClassName
{
border-color: #0EC02B;
}
.TagClassName
{
border-color: #0EC02B;
}
</style>