Shades of Dark Pastel Green #0EC03F
Tints of Dark Pastel Green #0EC03F
RGB
CMYK
RGB Variations
Color information
#0EC03F (or 0x0EC03F) is known color: Dark Pastel Green. HEX triplet: 0E, C0 and 3F. RGB value is (14,192,63). Sum of RGB (Red+Green+Blue) = 14+192+63=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 192 (75.39% from 255 or 71.38% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC03F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC03F is #F13FC0. Grayscale: #7C7C7C. Windows color (decimal): -15810497 or 4177934. OLE color: 4177934.
HSL color Cylindrical-coordinate representation of color #0EC03F: hue angle of 136.52º 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 #0EC03F is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 63 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.25 |
| HSL | 136.52º | 0.86% | 0.4% | - |
| HSV(B) | 136.52º | 0.93% | 0.75% | - |
| XYZ | 19.93 | 38.15 | 11.02 | - |
| YUV | 124.07 | 93.53 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 63 | 0.93 | 0 | 0.67 | 0.25 | 136.52 | 0.86 | 0.4 |
| Hex | E | C0 | 3F | 5D | 0 | 43 | 19 | 89 | 56 | 28 |
| Octal | 16 | 300 | 77 | 135 | 0 | 103 | 31 | 211 | 126 | 50 |
| Binary | 1110 | 11000000 | 111111 | 1011101 | 0 | 1000011 | 11001 | 10001001 | 1010110 | 101000 |
Color Harmonies of #0EC03F
Complementary color
Monochromatic Colors of #0EC03F
Black with #0EC03F
Text Example
Text Example
White with #0EC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC03F; }
p { color: rgb(14,192,63); }
H1.HeaderClassName
{
color: #0EC03F;
}
.AnyTagClassName
{
color: #0EC03F;
}
</style>
background-color css
<style>
a { background-color: #0EC03F; }
a { background-color: rgb(14,192,63); }
div.DivClassName
{
background-color: #0EC03F;
}
.BgClassName
{
background-color: #0EC03F;
}
</style>
border-color css
<style>
span { border-color: #0EC03F; }
span { border-color: rgb(14,192,63); }
td.TdClassName
{
border-color: #0EC03F;
}
.TagClassName
{
border-color: #0EC03F;
}
</style>