Shades of Dark Pastel Green #0EC63B
Tints of Dark Pastel Green #0EC63B
RGB
CMYK
RGB Variations
Color information
#0EC63B (or 0x0EC63B) is known color: Dark Pastel Green. HEX triplet: 0E, C6 and 3B. RGB value is (14,198,59). Sum of RGB (Red+Green+Blue) = 14+198+59=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 198 (77.73% from 255 or 73.06% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC63B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC63B is #F139C4. Grayscale: #7F7F7F. Windows color (decimal): -15808965 or 3917326. OLE color: 3917326.
HSL color Cylindrical-coordinate representation of color #0EC63B: hue angle of 134.67º 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 #0EC63B is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 198 | 59 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.22 |
| HSL | 134.67º | 0.87% | 0.42% | - |
| HSV(B) | 134.67º | 0.93% | 0.78% | - |
| XYZ | 21.16 | 40.8 | 10.9 | - |
| YUV | 127.14 | 89.54 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 198 | 59 | 0.93 | 0 | 0.70 | 0.22 | 134.67 | 0.87 | 0.42 |
| Hex | E | C6 | 3B | 5D | 0 | 46 | 16 | 87 | 57 | 2A |
| Octal | 16 | 306 | 73 | 135 | 0 | 106 | 26 | 207 | 127 | 52 |
| Binary | 1110 | 11000110 | 111011 | 1011101 | 0 | 1000110 | 10110 | 10000111 | 1010111 | 101010 |
Color Harmonies of #0EC63B
Complementary color
Monochromatic Colors of #0EC63B
Black with #0EC63B
Text Example
Text Example
White with #0EC63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC63B; }
p { color: rgb(14,198,59); }
H1.HeaderClassName
{
color: #0EC63B;
}
.AnyTagClassName
{
color: #0EC63B;
}
</style>
background-color css
<style>
a { background-color: #0EC63B; }
a { background-color: rgb(14,198,59); }
div.DivClassName
{
background-color: #0EC63B;
}
.BgClassName
{
background-color: #0EC63B;
}
</style>
border-color css
<style>
span { border-color: #0EC63B; }
span { border-color: rgb(14,198,59); }
td.TdClassName
{
border-color: #0EC63B;
}
.TagClassName
{
border-color: #0EC63B;
}
</style>