Shades of Pigment Green #0EAD4E
Tints of Pigment Green #0EAD4E
RGB
CMYK
RGB Variations
Color information
#0EAD4E (or 0x0EAD4E) is known color: Pigment Green. HEX triplet: 0E, AD and 4E. RGB value is (14,173,78). Sum of RGB (Red+Green+Blue) = 14+173+78=265 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.28% from 265); Green value is 173 (67.97% from 255 or 65.28% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAD4E is #F152B1. Grayscale: #727272. Windows color (decimal): -15815346 or 5156110. OLE color: 5156110.
HSL color Cylindrical-coordinate representation of color #0EAD4E: hue angle of 144.15º 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 #0EAD4E is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 78 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.32 |
| HSL | 144.15º | 0.85% | 0.37% | - |
| HSV(B) | 144.15º | 0.92% | 0.68% | - |
| XYZ | 16.5 | 30.53 | 12.23 | - |
| YUV | 114.63 | 107.32 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 78 | 0.92 | 0 | 0.55 | 0.32 | 144.15 | 0.85 | 0.37 |
| Hex | E | AD | 4E | 5C | 0 | 37 | 20 | 90 | 55 | 25 |
| Octal | 16 | 255 | 116 | 134 | 0 | 67 | 40 | 220 | 125 | 45 |
| Binary | 1110 | 10101101 | 1001110 | 1011100 | 0 | 110111 | 100000 | 10010000 | 1010101 | 100101 |
Color Harmonies of #0EAD4E
Complementary color
Monochromatic Colors of #0EAD4E
Black with #0EAD4E
Text Example
Text Example
White with #0EAD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAD4E; }
p { color: rgb(14,173,78); }
H1.HeaderClassName
{
color: #0EAD4E;
}
.AnyTagClassName
{
color: #0EAD4E;
}
</style>
background-color css
<style>
a { background-color: #0EAD4E; }
a { background-color: rgb(14,173,78); }
div.DivClassName
{
background-color: #0EAD4E;
}
.BgClassName
{
background-color: #0EAD4E;
}
</style>
border-color css
<style>
span { border-color: #0EAD4E; }
span { border-color: rgb(14,173,78); }
td.TdClassName
{
border-color: #0EAD4E;
}
.TagClassName
{
border-color: #0EAD4E;
}
</style>