Shades of Dark Pastel Green #0EA22D
Tints of Dark Pastel Green #0EA22D
RGB
CMYK
RGB Variations
Color information
#0EA22D (or 0x0EA22D) is known color: Dark Pastel Green. HEX triplet: 0E, A2 and 2D. RGB value is (14,162,45). Sum of RGB (Red+Green+Blue) = 14+162+45=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 162 (63.67% from 255 or 73.30% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA22D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA22D is #F15DD2. Grayscale: #686868. Windows color (decimal): -15818195 or 2990606. OLE color: 2990606.
HSL color Cylindrical-coordinate representation of color #0EA22D: hue angle of 132.57º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA22D is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 162 | 45 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.36 |
| HSL | 132.57º | 0.84% | 0.35% | - |
| HSV(B) | 132.57º | 0.91% | 0.64% | - |
| XYZ | 13.58 | 26.12 | 6.81 | - |
| YUV | 104.41 | 94.47 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 162 | 45 | 0.91 | 0 | 0.72 | 0.36 | 132.57 | 0.84 | 0.35 |
| Hex | E | A2 | 2D | 5B | 0 | 48 | 24 | 85 | 54 | 23 |
| Octal | 16 | 242 | 55 | 133 | 0 | 110 | 44 | 205 | 124 | 43 |
| Binary | 1110 | 10100010 | 101101 | 1011011 | 0 | 1001000 | 100100 | 10000101 | 1010100 | 100011 |
Color Harmonies of #0EA22D
Complementary color
Monochromatic Colors of #0EA22D
Black with #0EA22D
Text Example
Text Example
White with #0EA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA22D; }
p { color: rgb(14,162,45); }
H1.HeaderClassName
{
color: #0EA22D;
}
.AnyTagClassName
{
color: #0EA22D;
}
</style>
background-color css
<style>
a { background-color: #0EA22D; }
a { background-color: rgb(14,162,45); }
div.DivClassName
{
background-color: #0EA22D;
}
.BgClassName
{
background-color: #0EA22D;
}
</style>
border-color css
<style>
span { border-color: #0EA22D; }
span { border-color: rgb(14,162,45); }
td.TdClassName
{
border-color: #0EA22D;
}
.TagClassName
{
border-color: #0EA22D;
}
</style>