Shades of Dark Pastel Green #0EC316
Tints of Dark Pastel Green #0EC316
RGB
CMYK
RGB Variations
Color information
#0EC316 (or 0x0EC316) is known color: Dark Pastel Green. HEX triplet: 0E, C3 and 16. RGB value is (14,195,22). Sum of RGB (Red+Green+Blue) = 14+195+22=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 195 (76.56% from 255 or 84.42% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC316 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC316 is #F13CE9. Grayscale: #797979. Windows color (decimal): -15809770 or 1491726. OLE color: 1491726.
HSL color Cylindrical-coordinate representation of color #0EC316: hue angle of 122.65º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC316 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 195 | 22 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.24 |
| HSL | 122.65º | 0.87% | 0.41% | - |
| HSV(B) | 122.65º | 0.93% | 0.76% | - |
| XYZ | 19.84 | 39.18 | 7.28 | - |
| YUV | 121.16 | 72.03 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 195 | 22 | 0.93 | 0 | 0.89 | 0.24 | 122.65 | 0.87 | 0.41 |
| Hex | E | C3 | 16 | 5D | 0 | 59 | 18 | 7B | 57 | 29 |
| Octal | 16 | 303 | 26 | 135 | 0 | 131 | 30 | 173 | 127 | 51 |
| Binary | 1110 | 11000011 | 10110 | 1011101 | 0 | 1011001 | 11000 | 1111011 | 1010111 | 101001 |
Color Harmonies of #0EC316
Complementary color
Monochromatic Colors of #0EC316
Black with #0EC316
Text Example
Text Example
White with #0EC316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC316; }
p { color: rgb(14,195,22); }
H1.HeaderClassName
{
color: #0EC316;
}
.AnyTagClassName
{
color: #0EC316;
}
</style>
background-color css
<style>
a { background-color: #0EC316; }
a { background-color: rgb(14,195,22); }
div.DivClassName
{
background-color: #0EC316;
}
.BgClassName
{
background-color: #0EC316;
}
</style>
border-color css
<style>
span { border-color: #0EC316; }
span { border-color: rgb(14,195,22); }
td.TdClassName
{
border-color: #0EC316;
}
.TagClassName
{
border-color: #0EC316;
}
</style>