Shades of Pigment Green #0EA951
Tints of Pigment Green #0EA951
RGB
CMYK
RGB Variations
Color information
#0EA951 (or 0x0EA951) is known color: Pigment Green. HEX triplet: 0E, A9 and 51. RGB value is (14,169,81). Sum of RGB (Red+Green+Blue) = 14+169+81=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 169 (66.41% from 255 or 64.02% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA951 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA951 is #F156AE. Grayscale: #707070. Windows color (decimal): -15816367 or 5351694. OLE color: 5351694.
HSL color Cylindrical-coordinate representation of color #0EA951: hue angle of 145.94º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA951 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 14 | 169 | 81 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.34 |
| HSL | 145.94º | 0.85% | 0.36% | - |
| HSV(B) | 145.94º | 0.92% | 0.66% | - |
| XYZ | 15.85 | 29.06 | 12.56 | - |
| YUV | 112.62 | 110.15 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 169 | 81 | 0.92 | 0 | 0.52 | 0.34 | 145.94 | 0.85 | 0.36 |
| Hex | E | A9 | 51 | 5C | 0 | 34 | 22 | 92 | 55 | 24 |
| Octal | 16 | 251 | 121 | 134 | 0 | 64 | 42 | 222 | 125 | 44 |
| Binary | 1110 | 10101001 | 1010001 | 1011100 | 0 | 110100 | 100010 | 10010010 | 1010101 | 100100 |
Color Harmonies of #0EA951
Complementary color
Monochromatic Colors of #0EA951
Black with #0EA951
Text Example
Text Example
White with #0EA951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA951; }
p { color: rgb(14,169,81); }
H1.HeaderClassName
{
color: #0EA951;
}
.AnyTagClassName
{
color: #0EA951;
}
</style>
background-color css
<style>
a { background-color: #0EA951; }
a { background-color: rgb(14,169,81); }
div.DivClassName
{
background-color: #0EA951;
}
.BgClassName
{
background-color: #0EA951;
}
</style>
border-color css
<style>
span { border-color: #0EA951; }
span { border-color: rgb(14,169,81); }
td.TdClassName
{
border-color: #0EA951;
}
.TagClassName
{
border-color: #0EA951;
}
</style>