Shades of Pigment Green #008E4D
Tints of Pigment Green #008E4D
RGB
CMYK
RGB Variations
Color information
#008E4D (or 0x008E4D) is known color: Pigment Green. HEX triplet: 00, 8E and 4D. RGB value is (0,142,77). Sum of RGB (Red+Green+Blue) = 0+142+77=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 142 (55.86% from 255 or 64.84% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 142 - color contains mainly: green. Hex color #008E4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008E4D is #FF71B2. Grayscale: #5C5C5C. Windows color (decimal): -16740787 or 5082624. OLE color: 5082624.
HSL color Cylindrical-coordinate representation of color #008E4D: hue angle of 152.54º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008E4D is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 142 | 77 | - |
| CMYK | 1 | 0 | 0.46 | 0.44 |
| HSL | 152.54º | 1% | 0.28% | - |
| HSV(B) | 152.54º | 1% | 0.56% | - |
| XYZ | 11.01 | 19.88 | 10.28 | - |
| YUV | 92.13 | 119.46 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 77 | 1 | 0 | 0.46 | 0.44 | 152.54 | 1 | 0.28 |
| Hex | 0 | 8E | 4D | 64 | 0 | 2E | 2C | 99 | 64 | 1C |
| Octal | 0 | 216 | 115 | 144 | 0 | 56 | 54 | 231 | 144 | 34 |
| Binary | 0 | 10001110 | 1001101 | 1100100 | 0 | 101110 | 101100 | 10011001 | 1100100 | 11100 |
Color Harmonies of #008E4D
Complementary color
Monochromatic Colors of #008E4D
Black with #008E4D
Text Example
Text Example
White with #008E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008E4D; }
p { color: rgb(0,142,77); }
H1.HeaderClassName
{
color: #008E4D;
}
.AnyTagClassName
{
color: #008E4D;
}
</style>
background-color css
<style>
a { background-color: #008E4D; }
a { background-color: rgb(0,142,77); }
div.DivClassName
{
background-color: #008E4D;
}
.BgClassName
{
background-color: #008E4D;
}
</style>
border-color css
<style>
span { border-color: #008E4D; }
span { border-color: rgb(0,142,77); }
td.TdClassName
{
border-color: #008E4D;
}
.TagClassName
{
border-color: #008E4D;
}
</style>