Shades of Dark Pastel Green #0EC922
Tints of Dark Pastel Green #0EC922
RGB
CMYK
RGB Variations
Color information
#0EC922 (or 0x0EC922) is known color: Dark Pastel Green. HEX triplet: 0E, C9 and 22. RGB value is (14,201,34). Sum of RGB (Red+Green+Blue) = 14+201+34=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 201 (78.91% from 255 or 80.72% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC922 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC922 is #F136DD. Grayscale: #7E7E7E. Windows color (decimal): -15808222 or 2279694. OLE color: 2279694.
HSL color Cylindrical-coordinate representation of color #0EC922: hue angle of 126.42º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC922 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 34 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.21 |
| HSL | 126.42º | 0.87% | 0.42% | - |
| HSV(B) | 126.42º | 0.93% | 0.79% | - |
| XYZ | 21.36 | 41.98 | 8.49 | - |
| YUV | 126.05 | 76.05 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 34 | 0.93 | 0 | 0.83 | 0.21 | 126.42 | 0.87 | 0.42 |
| Hex | E | C9 | 22 | 5D | 0 | 53 | 15 | 7E | 57 | 2A |
| Octal | 16 | 311 | 42 | 135 | 0 | 123 | 25 | 176 | 127 | 52 |
| Binary | 1110 | 11001001 | 100010 | 1011101 | 0 | 1010011 | 10101 | 1111110 | 1010111 | 101010 |
Color Harmonies of #0EC922
Complementary color
Monochromatic Colors of #0EC922
Black with #0EC922
Text Example
Text Example
White with #0EC922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC922; }
p { color: rgb(14,201,34); }
H1.HeaderClassName
{
color: #0EC922;
}
.AnyTagClassName
{
color: #0EC922;
}
</style>
background-color css
<style>
a { background-color: #0EC922; }
a { background-color: rgb(14,201,34); }
div.DivClassName
{
background-color: #0EC922;
}
.BgClassName
{
background-color: #0EC922;
}
</style>
border-color css
<style>
span { border-color: #0EC922; }
span { border-color: rgb(14,201,34); }
td.TdClassName
{
border-color: #0EC922;
}
.TagClassName
{
border-color: #0EC922;
}
</style>