Shades of Pigment Green #0EAD5E
Tints of Pigment Green #0EAD5E
RGB
CMYK
RGB Variations
Color information
#0EAD5E (or 0x0EAD5E) is known color: Pigment Green. HEX triplet: 0E, AD and 5E. RGB value is (14,173,94). Sum of RGB (Red+Green+Blue) = 14+173+94=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAD5E is #F152A1. Grayscale: #747474. Windows color (decimal): -15815330 or 6204686. OLE color: 6204686.
HSL color Cylindrical-coordinate representation of color #0EAD5E: hue angle of 150.19º 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 #0EAD5E is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 94 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.32 |
| HSL | 150.19º | 0.85% | 0.37% | - |
| HSV(B) | 150.19º | 0.92% | 0.68% | - |
| XYZ | 17.15 | 30.79 | 15.63 | - |
| YUV | 116.45 | 115.32 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 94 | 0.92 | 0 | 0.46 | 0.32 | 150.19 | 0.85 | 0.37 |
| Hex | E | AD | 5E | 5C | 0 | 2E | 20 | 96 | 55 | 25 |
| Octal | 16 | 255 | 136 | 134 | 0 | 56 | 40 | 226 | 125 | 45 |
| Binary | 1110 | 10101101 | 1011110 | 1011100 | 0 | 101110 | 100000 | 10010110 | 1010101 | 100101 |
Color Harmonies of #0EAD5E
Complementary color
Monochromatic Colors of #0EAD5E
Black with #0EAD5E
Text Example
Text Example
White with #0EAD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAD5E; }
p { color: rgb(14,173,94); }
H1.HeaderClassName
{
color: #0EAD5E;
}
.AnyTagClassName
{
color: #0EAD5E;
}
</style>
background-color css
<style>
a { background-color: #0EAD5E; }
a { background-color: rgb(14,173,94); }
div.DivClassName
{
background-color: #0EAD5E;
}
.BgClassName
{
background-color: #0EAD5E;
}
</style>
border-color css
<style>
span { border-color: #0EAD5E; }
span { border-color: rgb(14,173,94); }
td.TdClassName
{
border-color: #0EAD5E;
}
.TagClassName
{
border-color: #0EAD5E;
}
</style>