Shades of Dark Pastel Green #0EAD2A
Tints of Dark Pastel Green #0EAD2A
RGB
CMYK
RGB Variations
Color information
#0EAD2A (or 0x0EAD2A) is known color: Dark Pastel Green. HEX triplet: 0E, AD and 2A. RGB value is (14,173,42). Sum of RGB (Red+Green+Blue) = 14+173+42=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 173 (67.97% from 255 or 75.55% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAD2A is #F152D5. Grayscale: #6E6E6E. Windows color (decimal): -15815382 or 2796814. OLE color: 2796814.
HSL color Cylindrical-coordinate representation of color #0EAD2A: hue angle of 130.57º 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 #0EAD2A is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 42 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.32 |
| HSL | 130.57º | 0.85% | 0.37% | - |
| HSV(B) | 130.57º | 0.92% | 0.68% | - |
| XYZ | 15.54 | 30.15 | 7.19 | - |
| YUV | 110.53 | 89.32 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 42 | 0.92 | 0 | 0.76 | 0.32 | 130.57 | 0.85 | 0.37 |
| Hex | E | AD | 2A | 5C | 0 | 4C | 20 | 83 | 55 | 25 |
| Octal | 16 | 255 | 52 | 134 | 0 | 114 | 40 | 203 | 125 | 45 |
| Binary | 1110 | 10101101 | 101010 | 1011100 | 0 | 1001100 | 100000 | 10000011 | 1010101 | 100101 |
Color Harmonies of #0EAD2A
Complementary color
Monochromatic Colors of #0EAD2A
Black with #0EAD2A
Text Example
Text Example
White with #0EAD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAD2A; }
p { color: rgb(14,173,42); }
H1.HeaderClassName
{
color: #0EAD2A;
}
.AnyTagClassName
{
color: #0EAD2A;
}
</style>
background-color css
<style>
a { background-color: #0EAD2A; }
a { background-color: rgb(14,173,42); }
div.DivClassName
{
background-color: #0EAD2A;
}
.BgClassName
{
background-color: #0EAD2A;
}
</style>
border-color css
<style>
span { border-color: #0EAD2A; }
span { border-color: rgb(14,173,42); }
td.TdClassName
{
border-color: #0EAD2A;
}
.TagClassName
{
border-color: #0EAD2A;
}
</style>