Shades of Pigment Green #0E9E55
Tints of Pigment Green #0E9E55
RGB
CMYK
RGB Variations
Color information
#0E9E55 (or 0x0E9E55) is known color: Pigment Green. HEX triplet: 0E, 9E and 55. RGB value is (14,158,85). Sum of RGB (Red+Green+Blue) = 14+158+85=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 158 (62.11% from 255 or 61.48% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 158 - color contains mainly: green. Hex color #0E9E55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9E55 is #F161AA. Grayscale: #6A6A6A. Windows color (decimal): -15819179 or 5611022. OLE color: 5611022.
HSL color Cylindrical-coordinate representation of color #0E9E55: hue angle of 149.58º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9E55 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 158 | 85 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.38 |
| HSL | 149.58º | 0.84% | 0.34% | - |
| HSV(B) | 149.58º | 0.91% | 0.62% | - |
| XYZ | 14.05 | 25.2 | 12.72 | - |
| YUV | 106.62 | 115.79 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 158 | 85 | 0.91 | 0 | 0.46 | 0.38 | 149.58 | 0.84 | 0.34 |
| Hex | E | 9E | 55 | 5B | 0 | 2E | 26 | 96 | 54 | 22 |
| Octal | 16 | 236 | 125 | 133 | 0 | 56 | 46 | 226 | 124 | 42 |
| Binary | 1110 | 10011110 | 1010101 | 1011011 | 0 | 101110 | 100110 | 10010110 | 1010100 | 100010 |
Color Harmonies of #0E9E55
Complementary color
Monochromatic Colors of #0E9E55
Black with #0E9E55
Text Example
Text Example
White with #0E9E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9E55; }
p { color: rgb(14,158,85); }
H1.HeaderClassName
{
color: #0E9E55;
}
.AnyTagClassName
{
color: #0E9E55;
}
</style>
background-color css
<style>
a { background-color: #0E9E55; }
a { background-color: rgb(14,158,85); }
div.DivClassName
{
background-color: #0E9E55;
}
.BgClassName
{
background-color: #0E9E55;
}
</style>
border-color css
<style>
span { border-color: #0E9E55; }
span { border-color: rgb(14,158,85); }
td.TdClassName
{
border-color: #0E9E55;
}
.TagClassName
{
border-color: #0E9E55;
}
</style>