Shades of Pigment Green #089040
Tints of Pigment Green #089040
RGB
CMYK
RGB Variations
Color information
#089040 (or 0x089040) is known color: Pigment Green. HEX triplet: 08, 90 and 40. RGB value is (8,144,64). Sum of RGB (Red+Green+Blue) = 8+144+64=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 144 (56.64% from 255 or 66.67% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 144 - color contains mainly: green. Hex color #089040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089040 is #F76FBF. Grayscale: #5E5E5E. Windows color (decimal): -16216000 or 4231176. OLE color: 4231176.
HSL color Cylindrical-coordinate representation of color #089040: hue angle of 144.71º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #089040 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 144 | 64 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.44 |
| HSL | 144.71º | 0.89% | 0.3% | - |
| HSV(B) | 144.71º | 0.94% | 0.56% | - |
| XYZ | 11 | 20.37 | 8.2 | - |
| YUV | 94.22 | 110.94 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 64 | 0.94 | 0 | 0.56 | 0.44 | 144.71 | 0.89 | 0.3 |
| Hex | 8 | 90 | 40 | 5E | 0 | 38 | 2C | 91 | 59 | 1E |
| Octal | 10 | 220 | 100 | 136 | 0 | 70 | 54 | 221 | 131 | 36 |
| Binary | 1000 | 10010000 | 1000000 | 1011110 | 0 | 111000 | 101100 | 10010001 | 1011001 | 11110 |
Color Harmonies of #089040
Complementary color
Monochromatic Colors of #089040
Black with #089040
Text Example
Text Example
White with #089040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089040; }
p { color: rgb(8,144,64); }
H1.HeaderClassName
{
color: #089040;
}
.AnyTagClassName
{
color: #089040;
}
</style>
background-color css
<style>
a { background-color: #089040; }
a { background-color: rgb(8,144,64); }
div.DivClassName
{
background-color: #089040;
}
.BgClassName
{
background-color: #089040;
}
</style>
border-color css
<style>
span { border-color: #089040; }
span { border-color: rgb(8,144,64); }
td.TdClassName
{
border-color: #089040;
}
.TagClassName
{
border-color: #089040;
}
</style>