Shades of Dark Pastel Green #0EC827
Tints of Dark Pastel Green #0EC827
RGB
CMYK
RGB Variations
Color information
#0EC827 (or 0x0EC827) is known color: Dark Pastel Green. HEX triplet: 0E, C8 and 27. RGB value is (14,200,39). Sum of RGB (Red+Green+Blue) = 14+200+39=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 200 (78.52% from 255 or 79.05% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC827 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC827 is #F137D8. Grayscale: #7E7E7E. Windows color (decimal): -15808473 or 2607118. OLE color: 2607118.
HSL color Cylindrical-coordinate representation of color #0EC827: hue angle of 128.06º 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 #0EC827 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 200 | 39 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.22 |
| HSL | 128.06º | 0.87% | 0.42% | - |
| HSV(B) | 128.06º | 0.93% | 0.78% | - |
| XYZ | 21.2 | 41.55 | 8.82 | - |
| YUV | 126.03 | 78.88 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 200 | 39 | 0.93 | 0 | 0.80 | 0.22 | 128.06 | 0.87 | 0.42 |
| Hex | E | C8 | 27 | 5D | 0 | 50 | 16 | 80 | 57 | 2A |
| Octal | 16 | 310 | 47 | 135 | 0 | 120 | 26 | 200 | 127 | 52 |
| Binary | 1110 | 11001000 | 100111 | 1011101 | 0 | 1010000 | 10110 | 10000000 | 1010111 | 101010 |
Color Harmonies of #0EC827
Complementary color
Monochromatic Colors of #0EC827
Black with #0EC827
Text Example
Text Example
White with #0EC827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC827; }
p { color: rgb(14,200,39); }
H1.HeaderClassName
{
color: #0EC827;
}
.AnyTagClassName
{
color: #0EC827;
}
</style>
background-color css
<style>
a { background-color: #0EC827; }
a { background-color: rgb(14,200,39); }
div.DivClassName
{
background-color: #0EC827;
}
.BgClassName
{
background-color: #0EC827;
}
</style>
border-color css
<style>
span { border-color: #0EC827; }
span { border-color: rgb(14,200,39); }
td.TdClassName
{
border-color: #0EC827;
}
.TagClassName
{
border-color: #0EC827;
}
</style>