Shades of Dark Pastel Green #0EC622
Tints of Dark Pastel Green #0EC622
RGB
CMYK
RGB Variations
Color information
#0EC622 (or 0x0EC622) is known color: Dark Pastel Green. HEX triplet: 0E, C6 and 22. RGB value is (14,198,34). Sum of RGB (Red+Green+Blue) = 14+198+34=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 198 (77.73% from 255 or 80.49% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC622 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC622 is #F139DD. Grayscale: #7C7C7C. Windows color (decimal): -15808990 or 2278926. OLE color: 2278926.
HSL color Cylindrical-coordinate representation of color #0EC622: hue angle of 126.52º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC622 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 198 | 34 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.22 |
| HSL | 126.52º | 0.87% | 0.42% | - |
| HSV(B) | 126.52º | 0.93% | 0.78% | - |
| XYZ | 20.66 | 40.6 | 8.26 | - |
| YUV | 124.29 | 77.04 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 198 | 34 | 0.93 | 0 | 0.83 | 0.22 | 126.52 | 0.87 | 0.42 |
| Hex | E | C6 | 22 | 5D | 0 | 53 | 16 | 7F | 57 | 2A |
| Octal | 16 | 306 | 42 | 135 | 0 | 123 | 26 | 177 | 127 | 52 |
| Binary | 1110 | 11000110 | 100010 | 1011101 | 0 | 1010011 | 10110 | 1111111 | 1010111 | 101010 |
Color Harmonies of #0EC622
Complementary color
Monochromatic Colors of #0EC622
Black with #0EC622
Text Example
Text Example
White with #0EC622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC622; }
p { color: rgb(14,198,34); }
H1.HeaderClassName
{
color: #0EC622;
}
.AnyTagClassName
{
color: #0EC622;
}
</style>
background-color css
<style>
a { background-color: #0EC622; }
a { background-color: rgb(14,198,34); }
div.DivClassName
{
background-color: #0EC622;
}
.BgClassName
{
background-color: #0EC622;
}
</style>
border-color css
<style>
span { border-color: #0EC622; }
span { border-color: rgb(14,198,34); }
td.TdClassName
{
border-color: #0EC622;
}
.TagClassName
{
border-color: #0EC622;
}
</style>