Shades of Pigment Green #008D4E
Tints of Pigment Green #008D4E
RGB
CMYK
RGB Variations
Color information
#008D4E (or 0x008D4E) is known color: Pigment Green. HEX triplet: 00, 8D and 4E. RGB value is (0,141,78). Sum of RGB (Red+Green+Blue) = 0+141+78=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 141 (55.47% from 255 or 64.38% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 141 - color contains mainly: green. Hex color #008D4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D4E is #FF72B1. Grayscale: #5B5B5B. Windows color (decimal): -16741042 or 5147904. OLE color: 5147904.
HSL color Cylindrical-coordinate representation of color #008D4E: hue angle of 153.19º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D4E is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 78 | - |
| CMYK | 1 | 0 | 0.45 | 0.45 |
| HSL | 153.19º | 1% | 0.28% | - |
| HSV(B) | 153.19º | 1% | 0.55% | - |
| XYZ | 10.9 | 19.6 | 10.42 | - |
| YUV | 91.66 | 120.29 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 78 | 1 | 0 | 0.45 | 0.45 | 153.19 | 1 | 0.28 |
| Hex | 0 | 8D | 4E | 64 | 0 | 2D | 2D | 99 | 64 | 1C |
| Octal | 0 | 215 | 116 | 144 | 0 | 55 | 55 | 231 | 144 | 34 |
| Binary | 0 | 10001101 | 1001110 | 1100100 | 0 | 101101 | 101101 | 10011001 | 1100100 | 11100 |
Color Harmonies of #008D4E
Complementary color
Monochromatic Colors of #008D4E
Black with #008D4E
Text Example
Text Example
White with #008D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D4E; }
p { color: rgb(0,141,78); }
H1.HeaderClassName
{
color: #008D4E;
}
.AnyTagClassName
{
color: #008D4E;
}
</style>
background-color css
<style>
a { background-color: #008D4E; }
a { background-color: rgb(0,141,78); }
div.DivClassName
{
background-color: #008D4E;
}
.BgClassName
{
background-color: #008D4E;
}
</style>
border-color css
<style>
span { border-color: #008D4E; }
span { border-color: rgb(0,141,78); }
td.TdClassName
{
border-color: #008D4E;
}
.TagClassName
{
border-color: #008D4E;
}
</style>