Shades of Dark Pastel Green #0EC83B
Tints of Dark Pastel Green #0EC83B
RGB
CMYK
RGB Variations
Color information
#0EC83B (or 0x0EC83B) is known color: Dark Pastel Green. HEX triplet: 0E, C8 and 3B. RGB value is (14,200,59). Sum of RGB (Red+Green+Blue) = 14+200+59=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 200 (78.52% from 255 or 73.26% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC83B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC83B is #F137C4. Grayscale: #808080. Windows color (decimal): -15808453 or 3917838. OLE color: 3917838.
HSL color Cylindrical-coordinate representation of color #0EC83B: hue angle of 134.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 #0EC83B is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 200 | 59 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.22 |
| HSL | 134.52º | 0.87% | 0.42% | - |
| HSV(B) | 134.52º | 0.93% | 0.78% | - |
| XYZ | 21.62 | 41.72 | 11.05 | - |
| YUV | 128.31 | 88.88 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 200 | 59 | 0.93 | 0 | 0.70 | 0.22 | 134.52 | 0.87 | 0.42 |
| Hex | E | C8 | 3B | 5D | 0 | 46 | 16 | 87 | 57 | 2A |
| Octal | 16 | 310 | 73 | 135 | 0 | 106 | 26 | 207 | 127 | 52 |
| Binary | 1110 | 11001000 | 111011 | 1011101 | 0 | 1000110 | 10110 | 10000111 | 1010111 | 101010 |
Color Harmonies of #0EC83B
Complementary color
Monochromatic Colors of #0EC83B
Black with #0EC83B
Text Example
Text Example
White with #0EC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC83B; }
p { color: rgb(14,200,59); }
H1.HeaderClassName
{
color: #0EC83B;
}
.AnyTagClassName
{
color: #0EC83B;
}
</style>
background-color css
<style>
a { background-color: #0EC83B; }
a { background-color: rgb(14,200,59); }
div.DivClassName
{
background-color: #0EC83B;
}
.BgClassName
{
background-color: #0EC83B;
}
</style>
border-color css
<style>
span { border-color: #0EC83B; }
span { border-color: rgb(14,200,59); }
td.TdClassName
{
border-color: #0EC83B;
}
.TagClassName
{
border-color: #0EC83B;
}
</style>