Shades of Pigment Green #008F43
Tints of Pigment Green #008F43
RGB
CMYK
RGB Variations
Color information
#008F43 (or 0x008F43) is known color: Pigment Green. HEX triplet: 00, 8F and 43. RGB value is (0,143,67). Sum of RGB (Red+Green+Blue) = 0+143+67=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 143 (56.25% from 255 or 68.10% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 143 - color contains mainly: green. Hex color #008F43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008F43 is #FF70BC. Grayscale: #5B5B5B. Windows color (decimal): -16740541 or 4427520. OLE color: 4427520.
HSL color Cylindrical-coordinate representation of color #008F43: hue angle of 148.11º 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 #008F43 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 143 | 67 | - |
| CMYK | 1 | 0 | 0.53 | 0.44 |
| HSL | 148.11º | 1% | 0.28% | - |
| HSV(B) | 148.11º | 1% | 0.56% | - |
| XYZ | 10.84 | 20.05 | 8.61 | - |
| YUV | 91.58 | 114.12 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 67 | 1 | 0 | 0.53 | 0.44 | 148.11 | 1 | 0.28 |
| Hex | 0 | 8F | 43 | 64 | 0 | 35 | 2C | 94 | 64 | 1C |
| Octal | 0 | 217 | 103 | 144 | 0 | 65 | 54 | 224 | 144 | 34 |
| Binary | 0 | 10001111 | 1000011 | 1100100 | 0 | 110101 | 101100 | 10010100 | 1100100 | 11100 |
Color Harmonies of #008F43
Complementary color
Monochromatic Colors of #008F43
Black with #008F43
Text Example
Text Example
White with #008F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F43; }
p { color: rgb(0,143,67); }
H1.HeaderClassName
{
color: #008F43;
}
.AnyTagClassName
{
color: #008F43;
}
</style>
background-color css
<style>
a { background-color: #008F43; }
a { background-color: rgb(0,143,67); }
div.DivClassName
{
background-color: #008F43;
}
.BgClassName
{
background-color: #008F43;
}
</style>
border-color css
<style>
span { border-color: #008F43; }
span { border-color: rgb(0,143,67); }
td.TdClassName
{
border-color: #008F43;
}
.TagClassName
{
border-color: #008F43;
}
</style>