Shades of Dark Pastel Green #0EC122
Tints of Dark Pastel Green #0EC122
RGB
CMYK
RGB Variations
Color information
#0EC122 (or 0x0EC122) is known color: Dark Pastel Green. HEX triplet: 0E, C1 and 22. RGB value is (14,193,34). Sum of RGB (Red+Green+Blue) = 14+193+34=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 193 (75.78% from 255 or 80.08% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC122 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC122 is #F13EDD. Grayscale: #797979. Windows color (decimal): -15810270 or 2277646. OLE color: 2277646.
HSL color Cylindrical-coordinate representation of color #0EC122: hue angle of 126.7º degrees, saturation: 0.86, 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 #0EC122 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 34 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.24 |
| HSL | 126.7º | 0.86% | 0.41% | - |
| HSV(B) | 126.7º | 0.93% | 0.76% | - |
| XYZ | 19.54 | 38.35 | 7.89 | - |
| YUV | 121.35 | 78.7 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 34 | 0.93 | 0 | 0.82 | 0.24 | 126.7 | 0.86 | 0.41 |
| Hex | E | C1 | 22 | 5D | 0 | 52 | 18 | 7F | 56 | 29 |
| Octal | 16 | 301 | 42 | 135 | 0 | 122 | 30 | 177 | 126 | 51 |
| Binary | 1110 | 11000001 | 100010 | 1011101 | 0 | 1010010 | 11000 | 1111111 | 1010110 | 101001 |
Color Harmonies of #0EC122
Complementary color
Monochromatic Colors of #0EC122
Black with #0EC122
Text Example
Text Example
White with #0EC122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC122; }
p { color: rgb(14,193,34); }
H1.HeaderClassName
{
color: #0EC122;
}
.AnyTagClassName
{
color: #0EC122;
}
</style>
background-color css
<style>
a { background-color: #0EC122; }
a { background-color: rgb(14,193,34); }
div.DivClassName
{
background-color: #0EC122;
}
.BgClassName
{
background-color: #0EC122;
}
</style>
border-color css
<style>
span { border-color: #0EC122; }
span { border-color: rgb(14,193,34); }
td.TdClassName
{
border-color: #0EC122;
}
.TagClassName
{
border-color: #0EC122;
}
</style>