Shades of Dark Pastel Green #0EC633
Tints of Dark Pastel Green #0EC633
RGB
CMYK
RGB Variations
Color information
#0EC633 (or 0x0EC633) is known color: Dark Pastel Green. HEX triplet: 0E, C6 and 33. RGB value is (14,198,51). Sum of RGB (Red+Green+Blue) = 14+198+51=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 198 (77.73% from 255 or 75.29% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC633 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC633 is #F139CC. Grayscale: #7E7E7E. Windows color (decimal): -15808973 or 3393038. OLE color: 3393038.
HSL color Cylindrical-coordinate representation of color #0EC633: hue angle of 132.07º 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 #0EC633 is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 198 | 51 | - |
| CMYK | 0.93 | 0 | 0.74 | 0.22 |
| HSL | 132.07º | 0.87% | 0.42% | - |
| HSV(B) | 132.07º | 0.93% | 0.78% | - |
| XYZ | 20.97 | 40.72 | 9.89 | - |
| YUV | 126.23 | 85.54 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 198 | 51 | 0.93 | 0 | 0.74 | 0.22 | 132.07 | 0.87 | 0.42 |
| Hex | E | C6 | 33 | 5D | 0 | 4A | 16 | 84 | 57 | 2A |
| Octal | 16 | 306 | 63 | 135 | 0 | 112 | 26 | 204 | 127 | 52 |
| Binary | 1110 | 11000110 | 110011 | 1011101 | 0 | 1001010 | 10110 | 10000100 | 1010111 | 101010 |
Color Harmonies of #0EC633
Complementary color
Monochromatic Colors of #0EC633
Black with #0EC633
Text Example
Text Example
White with #0EC633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC633; }
p { color: rgb(14,198,51); }
H1.HeaderClassName
{
color: #0EC633;
}
.AnyTagClassName
{
color: #0EC633;
}
</style>
background-color css
<style>
a { background-color: #0EC633; }
a { background-color: rgb(14,198,51); }
div.DivClassName
{
background-color: #0EC633;
}
.BgClassName
{
background-color: #0EC633;
}
</style>
border-color css
<style>
span { border-color: #0EC633; }
span { border-color: rgb(14,198,51); }
td.TdClassName
{
border-color: #0EC633;
}
.TagClassName
{
border-color: #0EC633;
}
</style>