Shades of Pigment Green #089B40
Tints of Pigment Green #089B40
RGB
CMYK
RGB Variations
Color information
#089B40 (or 0x089B40) is known color: Pigment Green. HEX triplet: 08, 9B and 40. RGB value is (8,155,64). Sum of RGB (Red+Green+Blue) = 8+155+64=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 155 (60.94% from 255 or 68.28% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 155 - color contains mainly: green. Hex color #089B40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089B40 is #F764BF. Grayscale: #646464. Windows color (decimal): -16213184 or 4233992. OLE color: 4233992.
HSL color Cylindrical-coordinate representation of color #089B40: hue angle of 142.86º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089B40 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 155 | 64 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.39 |
| HSL | 142.86º | 0.9% | 0.32% | - |
| HSV(B) | 142.86º | 0.95% | 0.61% | - |
| XYZ | 12.75 | 23.86 | 8.78 | - |
| YUV | 100.67 | 107.3 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 64 | 0.95 | 0 | 0.59 | 0.39 | 142.86 | 0.9 | 0.32 |
| Hex | 8 | 9B | 40 | 5F | 0 | 3B | 27 | 8F | 5A | 20 |
| Octal | 10 | 233 | 100 | 137 | 0 | 73 | 47 | 217 | 132 | 40 |
| Binary | 1000 | 10011011 | 1000000 | 1011111 | 0 | 111011 | 100111 | 10001111 | 1011010 | 100000 |
Color Harmonies of #089B40
Complementary color
Monochromatic Colors of #089B40
Black with #089B40
Text Example
Text Example
White with #089B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089B40; }
p { color: rgb(8,155,64); }
H1.HeaderClassName
{
color: #089B40;
}
.AnyTagClassName
{
color: #089B40;
}
</style>
background-color css
<style>
a { background-color: #089B40; }
a { background-color: rgb(8,155,64); }
div.DivClassName
{
background-color: #089B40;
}
.BgClassName
{
background-color: #089B40;
}
</style>
border-color css
<style>
span { border-color: #089B40; }
span { border-color: rgb(8,155,64); }
td.TdClassName
{
border-color: #089B40;
}
.TagClassName
{
border-color: #089B40;
}
</style>