Shades of Pigment Green #0EAB5E
Tints of Pigment Green #0EAB5E
RGB
CMYK
RGB Variations
Color information
#0EAB5E (or 0x0EAB5E) is known color: Pigment Green. HEX triplet: 0E, AB and 5E. RGB value is (14,171,94). Sum of RGB (Red+Green+Blue) = 14+171+94=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAB5E is #F154A1. Grayscale: #737373. Windows color (decimal): -15815842 or 6204174. OLE color: 6204174.
HSL color Cylindrical-coordinate representation of color #0EAB5E: hue angle of 150.57º 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 #0EAB5E is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 171 | 94 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.33 |
| HSL | 150.57º | 0.85% | 0.36% | - |
| HSV(B) | 150.57º | 0.92% | 0.67% | - |
| XYZ | 16.76 | 30.03 | 15.5 | - |
| YUV | 115.28 | 115.99 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 171 | 94 | 0.92 | 0 | 0.45 | 0.33 | 150.57 | 0.85 | 0.36 |
| Hex | E | AB | 5E | 5C | 0 | 2D | 21 | 97 | 55 | 24 |
| Octal | 16 | 253 | 136 | 134 | 0 | 55 | 41 | 227 | 125 | 44 |
| Binary | 1110 | 10101011 | 1011110 | 1011100 | 0 | 101101 | 100001 | 10010111 | 1010101 | 100100 |
Color Harmonies of #0EAB5E
Complementary color
Monochromatic Colors of #0EAB5E
Black with #0EAB5E
Text Example
Text Example
White with #0EAB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAB5E; }
p { color: rgb(14,171,94); }
H1.HeaderClassName
{
color: #0EAB5E;
}
.AnyTagClassName
{
color: #0EAB5E;
}
</style>
background-color css
<style>
a { background-color: #0EAB5E; }
a { background-color: rgb(14,171,94); }
div.DivClassName
{
background-color: #0EAB5E;
}
.BgClassName
{
background-color: #0EAB5E;
}
</style>
border-color css
<style>
span { border-color: #0EAB5E; }
span { border-color: rgb(14,171,94); }
td.TdClassName
{
border-color: #0EAB5E;
}
.TagClassName
{
border-color: #0EAB5E;
}
</style>