Shades of Dark Pastel Green #0EC736
Tints of Dark Pastel Green #0EC736
RGB
CMYK
RGB Variations
Color information
#0EC736 (or 0x0EC736) is known color: Dark Pastel Green. HEX triplet: 0E, C7 and 36. RGB value is (14,199,54). Sum of RGB (Red+Green+Blue) = 14+199+54=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 199 (78.12% from 255 or 74.53% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 199 - color contains mainly: green. Hex color #0EC736 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC736 is #F138C9. Grayscale: #7F7F7F. Windows color (decimal): -15808714 or 3589902. OLE color: 3589902.
HSL color Cylindrical-coordinate representation of color #0EC736: hue angle of 132.97º 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 #0EC736 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 14 | 199 | 54 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.22 |
| HSL | 132.97º | 0.87% | 0.42% | - |
| HSV(B) | 132.97º | 0.93% | 0.78% | - |
| XYZ | 21.27 | 41.21 | 10.32 | - |
| YUV | 127.16 | 86.71 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 199 | 54 | 0.93 | 0 | 0.73 | 0.22 | 132.97 | 0.87 | 0.42 |
| Hex | E | C7 | 36 | 5D | 0 | 49 | 16 | 85 | 57 | 2A |
| Octal | 16 | 307 | 66 | 135 | 0 | 111 | 26 | 205 | 127 | 52 |
| Binary | 1110 | 11000111 | 110110 | 1011101 | 0 | 1001001 | 10110 | 10000101 | 1010111 | 101010 |
Color Harmonies of #0EC736
Complementary color
Monochromatic Colors of #0EC736
Black with #0EC736
Text Example
Text Example
White with #0EC736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC736; }
p { color: rgb(14,199,54); }
H1.HeaderClassName
{
color: #0EC736;
}
.AnyTagClassName
{
color: #0EC736;
}
</style>
background-color css
<style>
a { background-color: #0EC736; }
a { background-color: rgb(14,199,54); }
div.DivClassName
{
background-color: #0EC736;
}
.BgClassName
{
background-color: #0EC736;
}
</style>
border-color css
<style>
span { border-color: #0EC736; }
span { border-color: rgb(14,199,54); }
td.TdClassName
{
border-color: #0EC736;
}
.TagClassName
{
border-color: #0EC736;
}
</style>