Shades of Pigment Green #0E9E50
Tints of Pigment Green #0E9E50
RGB
CMYK
RGB Variations
Color information
#0E9E50 (or 0x0E9E50) is known color: Pigment Green. HEX triplet: 0E, 9E and 50. RGB value is (14,158,80). Sum of RGB (Red+Green+Blue) = 14+158+80=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 158 (62.11% from 255 or 62.70% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 158 - color contains mainly: green. Hex color #0E9E50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9E50 is #F161AF. Grayscale: #6A6A6A. Windows color (decimal): -15819184 or 5283342. OLE color: 5283342.
HSL color Cylindrical-coordinate representation of color #0E9E50: hue angle of 147.5º 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 #0E9E50 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 158 | 80 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.38 |
| HSL | 147.5º | 0.84% | 0.34% | - |
| HSV(B) | 147.5º | 0.91% | 0.62% | - |
| XYZ | 13.86 | 25.13 | 11.71 | - |
| YUV | 106.05 | 113.29 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 158 | 80 | 0.91 | 0 | 0.49 | 0.38 | 147.5 | 0.84 | 0.34 |
| Hex | E | 9E | 50 | 5B | 0 | 31 | 26 | 94 | 54 | 22 |
| Octal | 16 | 236 | 120 | 133 | 0 | 61 | 46 | 224 | 124 | 42 |
| Binary | 1110 | 10011110 | 1010000 | 1011011 | 0 | 110001 | 100110 | 10010100 | 1010100 | 100010 |
Color Harmonies of #0E9E50
Complementary color
Monochromatic Colors of #0E9E50
Black with #0E9E50
Text Example
Text Example
White with #0E9E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9E50; }
p { color: rgb(14,158,80); }
H1.HeaderClassName
{
color: #0E9E50;
}
.AnyTagClassName
{
color: #0E9E50;
}
</style>
background-color css
<style>
a { background-color: #0E9E50; }
a { background-color: rgb(14,158,80); }
div.DivClassName
{
background-color: #0E9E50;
}
.BgClassName
{
background-color: #0E9E50;
}
</style>
border-color css
<style>
span { border-color: #0E9E50; }
span { border-color: rgb(14,158,80); }
td.TdClassName
{
border-color: #0E9E50;
}
.TagClassName
{
border-color: #0E9E50;
}
</style>