Shades of Pigment Green #0EAD53
Tints of Pigment Green #0EAD53
RGB
CMYK
RGB Variations
Color information
#0EAD53 (or 0x0EAD53) is known color: Pigment Green. HEX triplet: 0E, AD and 53. RGB value is (14,173,83). Sum of RGB (Red+Green+Blue) = 14+173+83=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 173 (67.97% from 255 or 64.07% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAD53 is #F152AC. Grayscale: #737373. Windows color (decimal): -15815341 or 5483790. OLE color: 5483790.
HSL color Cylindrical-coordinate representation of color #0EAD53: hue angle of 146.04º 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 #0EAD53 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 83 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.32 |
| HSL | 146.04º | 0.85% | 0.37% | - |
| HSV(B) | 146.04º | 0.92% | 0.68% | - |
| XYZ | 16.69 | 30.61 | 13.21 | - |
| YUV | 115.2 | 109.82 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 83 | 0.92 | 0 | 0.52 | 0.32 | 146.04 | 0.85 | 0.37 |
| Hex | E | AD | 53 | 5C | 0 | 34 | 20 | 92 | 55 | 25 |
| Octal | 16 | 255 | 123 | 134 | 0 | 64 | 40 | 222 | 125 | 45 |
| Binary | 1110 | 10101101 | 1010011 | 1011100 | 0 | 110100 | 100000 | 10010010 | 1010101 | 100101 |
Color Harmonies of #0EAD53
Complementary color
Monochromatic Colors of #0EAD53
Black with #0EAD53
Text Example
Text Example
White with #0EAD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAD53; }
p { color: rgb(14,173,83); }
H1.HeaderClassName
{
color: #0EAD53;
}
.AnyTagClassName
{
color: #0EAD53;
}
</style>
background-color css
<style>
a { background-color: #0EAD53; }
a { background-color: rgb(14,173,83); }
div.DivClassName
{
background-color: #0EAD53;
}
.BgClassName
{
background-color: #0EAD53;
}
</style>
border-color css
<style>
span { border-color: #0EAD53; }
span { border-color: rgb(14,173,83); }
td.TdClassName
{
border-color: #0EAD53;
}
.TagClassName
{
border-color: #0EAD53;
}
</style>