Shades of Dark Pastel Green #0EAC3C
Tints of Dark Pastel Green #0EAC3C
RGB
CMYK
RGB Variations
Color information
#0EAC3C (or 0x0EAC3C) is known color: Dark Pastel Green. HEX triplet: 0E, AC and 3C. RGB value is (14,172,60). Sum of RGB (Red+Green+Blue) = 14+172+60=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 172 (67.58% from 255 or 69.92% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAC3C is #F153C3. Grayscale: #707070. Windows color (decimal): -15815620 or 3976206. OLE color: 3976206.
HSL color Cylindrical-coordinate representation of color #0EAC3C: hue angle of 137.47º 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 #0EAC3C is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 172 | 60 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.33 |
| HSL | 137.47º | 0.85% | 0.36% | - |
| HSV(B) | 137.47º | 0.92% | 0.67% | - |
| XYZ | 15.75 | 29.92 | 9.22 | - |
| YUV | 111.99 | 98.65 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 60 | 0.92 | 0 | 0.65 | 0.33 | 137.47 | 0.85 | 0.36 |
| Hex | E | AC | 3C | 5C | 0 | 41 | 21 | 89 | 55 | 24 |
| Octal | 16 | 254 | 74 | 134 | 0 | 101 | 41 | 211 | 125 | 44 |
| Binary | 1110 | 10101100 | 111100 | 1011100 | 0 | 1000001 | 100001 | 10001001 | 1010101 | 100100 |
Color Harmonies of #0EAC3C
Complementary color
Monochromatic Colors of #0EAC3C
Black with #0EAC3C
Text Example
Text Example
White with #0EAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAC3C; }
p { color: rgb(14,172,60); }
H1.HeaderClassName
{
color: #0EAC3C;
}
.AnyTagClassName
{
color: #0EAC3C;
}
</style>
background-color css
<style>
a { background-color: #0EAC3C; }
a { background-color: rgb(14,172,60); }
div.DivClassName
{
background-color: #0EAC3C;
}
.BgClassName
{
background-color: #0EAC3C;
}
</style>
border-color css
<style>
span { border-color: #0EAC3C; }
span { border-color: rgb(14,172,60); }
td.TdClassName
{
border-color: #0EAC3C;
}
.TagClassName
{
border-color: #0EAC3C;
}
</style>