Shades of Dark Pastel Green #0EAC2E
Tints of Dark Pastel Green #0EAC2E
RGB
CMYK
RGB Variations
Color information
#0EAC2E (or 0x0EAC2E) is known color: Dark Pastel Green. HEX triplet: 0E, AC and 2E. RGB value is (14,172,46). Sum of RGB (Red+Green+Blue) = 14+172+46=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 172 (67.58% from 255 or 74.14% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAC2E is #F153D1. Grayscale: #6E6E6E. Windows color (decimal): -15815634 or 3058702. OLE color: 3058702.
HSL color Cylindrical-coordinate representation of color #0EAC2E: hue angle of 132.15º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAC2E is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 172 | 46 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.33 |
| HSL | 132.15º | 0.85% | 0.36% | - |
| HSV(B) | 132.15º | 0.92% | 0.67% | - |
| XYZ | 15.43 | 29.8 | 7.52 | - |
| YUV | 110.39 | 91.65 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 46 | 0.92 | 0 | 0.73 | 0.33 | 132.15 | 0.85 | 0.36 |
| Hex | E | AC | 2E | 5C | 0 | 49 | 21 | 84 | 55 | 24 |
| Octal | 16 | 254 | 56 | 134 | 0 | 111 | 41 | 204 | 125 | 44 |
| Binary | 1110 | 10101100 | 101110 | 1011100 | 0 | 1001001 | 100001 | 10000100 | 1010101 | 100100 |
Color Harmonies of #0EAC2E
Complementary color
Monochromatic Colors of #0EAC2E
Black with #0EAC2E
Text Example
Text Example
White with #0EAC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAC2E; }
p { color: rgb(14,172,46); }
H1.HeaderClassName
{
color: #0EAC2E;
}
.AnyTagClassName
{
color: #0EAC2E;
}
</style>
background-color css
<style>
a { background-color: #0EAC2E; }
a { background-color: rgb(14,172,46); }
div.DivClassName
{
background-color: #0EAC2E;
}
.BgClassName
{
background-color: #0EAC2E;
}
</style>
border-color css
<style>
span { border-color: #0EAC2E; }
span { border-color: rgb(14,172,46); }
td.TdClassName
{
border-color: #0EAC2E;
}
.TagClassName
{
border-color: #0EAC2E;
}
</style>