Shades of Dark Pastel Green #0EAD2D
Tints of Dark Pastel Green #0EAD2D
RGB
CMYK
RGB Variations
Color information
#0EAD2D (or 0x0EAD2D) is known color: Dark Pastel Green. HEX triplet: 0E, AD and 2D. RGB value is (14,173,45). Sum of RGB (Red+Green+Blue) = 14+173+45=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 173 (67.97% from 255 or 74.57% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAD2D is #F152D2. Grayscale: #6F6F6F. Windows color (decimal): -15815379 or 2993422. OLE color: 2993422.
HSL color Cylindrical-coordinate representation of color #0EAD2D: hue angle of 131.7º 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 #0EAD2D is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 45 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.32 |
| HSL | 131.7º | 0.85% | 0.37% | - |
| HSV(B) | 131.7º | 0.92% | 0.68% | - |
| XYZ | 15.6 | 30.17 | 7.48 | - |
| YUV | 110.87 | 90.82 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 45 | 0.92 | 0 | 0.74 | 0.32 | 131.7 | 0.85 | 0.37 |
| Hex | E | AD | 2D | 5C | 0 | 4A | 20 | 84 | 55 | 25 |
| Octal | 16 | 255 | 55 | 134 | 0 | 112 | 40 | 204 | 125 | 45 |
| Binary | 1110 | 10101101 | 101101 | 1011100 | 0 | 1001010 | 100000 | 10000100 | 1010101 | 100101 |
Color Harmonies of #0EAD2D
Complementary color
Monochromatic Colors of #0EAD2D
Black with #0EAD2D
Text Example
Text Example
White with #0EAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAD2D; }
p { color: rgb(14,173,45); }
H1.HeaderClassName
{
color: #0EAD2D;
}
.AnyTagClassName
{
color: #0EAD2D;
}
</style>
background-color css
<style>
a { background-color: #0EAD2D; }
a { background-color: rgb(14,173,45); }
div.DivClassName
{
background-color: #0EAD2D;
}
.BgClassName
{
background-color: #0EAD2D;
}
</style>
border-color css
<style>
span { border-color: #0EAD2D; }
span { border-color: rgb(14,173,45); }
td.TdClassName
{
border-color: #0EAD2D;
}
.TagClassName
{
border-color: #0EAD2D;
}
</style>