Shades of Pigment Green #089140
Tints of Pigment Green #089140
RGB
CMYK
RGB Variations
Color information
#089140 (or 0x089140) is known color: Pigment Green. HEX triplet: 08, 91 and 40. RGB value is (8,145,64). Sum of RGB (Red+Green+Blue) = 8+145+64=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 145 (57.03% from 255 or 66.82% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 145 - color contains mainly: green. Hex color #089140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089140 is #F76EBF. Grayscale: #5E5E5E. Windows color (decimal): -16215744 or 4231432. OLE color: 4231432.
HSL color Cylindrical-coordinate representation of color #089140: hue angle of 144.53º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #089140 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 64 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.43 |
| HSL | 144.53º | 0.9% | 0.3% | - |
| HSV(B) | 144.53º | 0.94% | 0.57% | - |
| XYZ | 11.15 | 20.67 | 8.25 | - |
| YUV | 94.8 | 110.61 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 64 | 0.94 | 0 | 0.56 | 0.43 | 144.53 | 0.9 | 0.3 |
| Hex | 8 | 91 | 40 | 5E | 0 | 38 | 2B | 91 | 5A | 1E |
| Octal | 10 | 221 | 100 | 136 | 0 | 70 | 53 | 221 | 132 | 36 |
| Binary | 1000 | 10010001 | 1000000 | 1011110 | 0 | 111000 | 101011 | 10010001 | 1011010 | 11110 |
Color Harmonies of #089140
Complementary color
Monochromatic Colors of #089140
Black with #089140
Text Example
Text Example
White with #089140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089140; }
p { color: rgb(8,145,64); }
H1.HeaderClassName
{
color: #089140;
}
.AnyTagClassName
{
color: #089140;
}
</style>
background-color css
<style>
a { background-color: #089140; }
a { background-color: rgb(8,145,64); }
div.DivClassName
{
background-color: #089140;
}
.BgClassName
{
background-color: #089140;
}
</style>
border-color css
<style>
span { border-color: #089140; }
span { border-color: rgb(8,145,64); }
td.TdClassName
{
border-color: #089140;
}
.TagClassName
{
border-color: #089140;
}
</style>