Shades of Pigment Green #0EAB52
Tints of Pigment Green #0EAB52
RGB
CMYK
RGB Variations
Color information
#0EAB52 (or 0x0EAB52) is known color: Pigment Green. HEX triplet: 0E, AB and 52. RGB value is (14,171,82). Sum of RGB (Red+Green+Blue) = 14+171+82=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 171 (67.19% from 255 or 64.04% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAB52 is #F154AD. Grayscale: #727272. Windows color (decimal): -15815854 or 5417742. OLE color: 5417742.
HSL color Cylindrical-coordinate representation of color #0EAB52: hue angle of 145.99º 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 #0EAB52 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 171 | 82 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.33 |
| HSL | 145.99º | 0.85% | 0.36% | - |
| HSV(B) | 145.99º | 0.92% | 0.67% | - |
| XYZ | 16.27 | 29.83 | 12.88 | - |
| YUV | 113.91 | 109.99 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 171 | 82 | 0.92 | 0 | 0.52 | 0.33 | 145.99 | 0.85 | 0.36 |
| Hex | E | AB | 52 | 5C | 0 | 34 | 21 | 92 | 55 | 24 |
| Octal | 16 | 253 | 122 | 134 | 0 | 64 | 41 | 222 | 125 | 44 |
| Binary | 1110 | 10101011 | 1010010 | 1011100 | 0 | 110100 | 100001 | 10010010 | 1010101 | 100100 |
Color Harmonies of #0EAB52
Complementary color
Monochromatic Colors of #0EAB52
Black with #0EAB52
Text Example
Text Example
White with #0EAB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAB52; }
p { color: rgb(14,171,82); }
H1.HeaderClassName
{
color: #0EAB52;
}
.AnyTagClassName
{
color: #0EAB52;
}
</style>
background-color css
<style>
a { background-color: #0EAB52; }
a { background-color: rgb(14,171,82); }
div.DivClassName
{
background-color: #0EAB52;
}
.BgClassName
{
background-color: #0EAB52;
}
</style>
border-color css
<style>
span { border-color: #0EAB52; }
span { border-color: rgb(14,171,82); }
td.TdClassName
{
border-color: #0EAB52;
}
.TagClassName
{
border-color: #0EAB52;
}
</style>