Shades of Dark Pastel Green #0EC448
Tints of Dark Pastel Green #0EC448
RGB
CMYK
RGB Variations
Color information
#0EC448 (or 0x0EC448) is known color: Dark Pastel Green. HEX triplet: 0E, C4 and 48. RGB value is (14,196,72). Sum of RGB (Red+Green+Blue) = 14+196+72=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 196 (76.95% from 255 or 69.50% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 196 - color contains mainly: green. Hex color #0EC448 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EC448 is #F13BB7. Grayscale: #7F7F7F. Windows color (decimal): -15809464 or 4768782. OLE color: 4768782.
HSL color Cylindrical-coordinate representation of color #0EC448: hue angle of 139.12º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC448 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 196 | 72 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.23 |
| HSL | 139.12º | 0.87% | 0.41% | - |
| HSV(B) | 139.12º | 0.93% | 0.77% | - |
| XYZ | 21.09 | 40.04 | 12.75 | - |
| YUV | 127.45 | 96.7 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 196 | 72 | 0.93 | 0 | 0.63 | 0.23 | 139.12 | 0.87 | 0.41 |
| Hex | E | C4 | 48 | 5D | 0 | 3F | 17 | 8B | 57 | 29 |
| Octal | 16 | 304 | 110 | 135 | 0 | 77 | 27 | 213 | 127 | 51 |
| Binary | 1110 | 11000100 | 1001000 | 1011101 | 0 | 111111 | 10111 | 10001011 | 1010111 | 101001 |
Color Harmonies of #0EC448
Complementary color
Monochromatic Colors of #0EC448
Black with #0EC448
Text Example
Text Example
White with #0EC448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC448; }
p { color: rgb(14,196,72); }
H1.HeaderClassName
{
color: #0EC448;
}
.AnyTagClassName
{
color: #0EC448;
}
</style>
background-color css
<style>
a { background-color: #0EC448; }
a { background-color: rgb(14,196,72); }
div.DivClassName
{
background-color: #0EC448;
}
.BgClassName
{
background-color: #0EC448;
}
</style>
border-color css
<style>
span { border-color: #0EC448; }
span { border-color: rgb(14,196,72); }
td.TdClassName
{
border-color: #0EC448;
}
.TagClassName
{
border-color: #0EC448;
}
</style>