Shades of Pigment Green #0EAE5E
Tints of Pigment Green #0EAE5E
RGB
CMYK
RGB Variations
Color information
#0EAE5E (or 0x0EAE5E) is known color: Pigment Green. HEX triplet: 0E, AE and 5E. RGB value is (14,174,94). Sum of RGB (Red+Green+Blue) = 14+174+94=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 174 (68.36% from 255 or 61.70% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAE5E is #F151A1. Grayscale: #757575. Windows color (decimal): -15815074 or 6204942. OLE color: 6204942.
HSL color Cylindrical-coordinate representation of color #0EAE5E: hue angle of 150º 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 #0EAE5E is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 174 | 94 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.32 |
| HSL | 150º | 0.85% | 0.37% | - |
| HSV(B) | 150º | 0.92% | 0.68% | - |
| XYZ | 17.34 | 31.17 | 15.69 | - |
| YUV | 117.04 | 114.99 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 174 | 94 | 0.92 | 0 | 0.46 | 0.32 | 150 | 0.85 | 0.37 |
| Hex | E | AE | 5E | 5C | 0 | 2E | 20 | 96 | 55 | 25 |
| Octal | 16 | 256 | 136 | 134 | 0 | 56 | 40 | 226 | 125 | 45 |
| Binary | 1110 | 10101110 | 1011110 | 1011100 | 0 | 101110 | 100000 | 10010110 | 1010101 | 100101 |
Color Harmonies of #0EAE5E
Complementary color
Monochromatic Colors of #0EAE5E
Black with #0EAE5E
Text Example
Text Example
White with #0EAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAE5E; }
p { color: rgb(14,174,94); }
H1.HeaderClassName
{
color: #0EAE5E;
}
.AnyTagClassName
{
color: #0EAE5E;
}
</style>
background-color css
<style>
a { background-color: #0EAE5E; }
a { background-color: rgb(14,174,94); }
div.DivClassName
{
background-color: #0EAE5E;
}
.BgClassName
{
background-color: #0EAE5E;
}
</style>
border-color css
<style>
span { border-color: #0EAE5E; }
span { border-color: rgb(14,174,94); }
td.TdClassName
{
border-color: #0EAE5E;
}
.TagClassName
{
border-color: #0EAE5E;
}
</style>