Shades of Pigment Green #0E9D4D
Tints of Pigment Green #0E9D4D
RGB
CMYK
RGB Variations
Color information
#0E9D4D (or 0x0E9D4D) is known color: Pigment Green. HEX triplet: 0E, 9D and 4D. RGB value is (14,157,77). Sum of RGB (Red+Green+Blue) = 14+157+77=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 157 (61.72% from 255 or 63.31% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 157 - color contains mainly: green. Hex color #0E9D4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9D4D is #F162B2. Grayscale: #696969. Windows color (decimal): -15819443 or 5086478. OLE color: 5086478.
HSL color Cylindrical-coordinate representation of color #0E9D4D: hue angle of 146.43º 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 #0E9D4D is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 157 | 77 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.38 |
| HSL | 146.43º | 0.84% | 0.34% | - |
| HSV(B) | 146.43º | 0.91% | 0.62% | - |
| XYZ | 13.58 | 24.74 | 11.08 | - |
| YUV | 105.12 | 112.12 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 157 | 77 | 0.91 | 0 | 0.51 | 0.38 | 146.43 | 0.84 | 0.34 |
| Hex | E | 9D | 4D | 5B | 0 | 33 | 26 | 92 | 54 | 22 |
| Octal | 16 | 235 | 115 | 133 | 0 | 63 | 46 | 222 | 124 | 42 |
| Binary | 1110 | 10011101 | 1001101 | 1011011 | 0 | 110011 | 100110 | 10010010 | 1010100 | 100010 |
Color Harmonies of #0E9D4D
Complementary color
Monochromatic Colors of #0E9D4D
Black with #0E9D4D
Text Example
Text Example
White with #0E9D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9D4D; }
p { color: rgb(14,157,77); }
H1.HeaderClassName
{
color: #0E9D4D;
}
.AnyTagClassName
{
color: #0E9D4D;
}
</style>
background-color css
<style>
a { background-color: #0E9D4D; }
a { background-color: rgb(14,157,77); }
div.DivClassName
{
background-color: #0E9D4D;
}
.BgClassName
{
background-color: #0E9D4D;
}
</style>
border-color css
<style>
span { border-color: #0E9D4D; }
span { border-color: rgb(14,157,77); }
td.TdClassName
{
border-color: #0E9D4D;
}
.TagClassName
{
border-color: #0E9D4D;
}
</style>