Shades of Dark Pastel Green #0EAD41
Tints of Dark Pastel Green #0EAD41
RGB
CMYK
RGB Variations
Color information
#0EAD41 (or 0x0EAD41) is known color: Dark Pastel Green. HEX triplet: 0E, AD and 41. RGB value is (14,173,65). Sum of RGB (Red+Green+Blue) = 14+173+65=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 173 (67.97% from 255 or 68.65% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAD41 is #F152BE. Grayscale: #717171. Windows color (decimal): -15815359 or 4304142. OLE color: 4304142.
HSL color Cylindrical-coordinate representation of color #0EAD41: hue angle of 139.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAD41 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 65 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.32 |
| HSL | 139.25º | 0.85% | 0.37% | - |
| HSV(B) | 139.25º | 0.92% | 0.68% | - |
| XYZ | 16.08 | 30.36 | 10.01 | - |
| YUV | 113.15 | 100.82 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 65 | 0.92 | 0 | 0.62 | 0.32 | 139.25 | 0.85 | 0.37 |
| Hex | E | AD | 41 | 5C | 0 | 3E | 20 | 8B | 55 | 25 |
| Octal | 16 | 255 | 101 | 134 | 0 | 76 | 40 | 213 | 125 | 45 |
| Binary | 1110 | 10101101 | 1000001 | 1011100 | 0 | 111110 | 100000 | 10001011 | 1010101 | 100101 |
Color Harmonies of #0EAD41
Complementary color
Monochromatic Colors of #0EAD41
Black with #0EAD41
Text Example
Text Example
White with #0EAD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAD41; }
p { color: rgb(14,173,65); }
H1.HeaderClassName
{
color: #0EAD41;
}
.AnyTagClassName
{
color: #0EAD41;
}
</style>
background-color css
<style>
a { background-color: #0EAD41; }
a { background-color: rgb(14,173,65); }
div.DivClassName
{
background-color: #0EAD41;
}
.BgClassName
{
background-color: #0EAD41;
}
</style>
border-color css
<style>
span { border-color: #0EAD41; }
span { border-color: rgb(14,173,65); }
td.TdClassName
{
border-color: #0EAD41;
}
.TagClassName
{
border-color: #0EAD41;
}
</style>