Shades of Pigment Green #089B45
Tints of Pigment Green #089B45
RGB
CMYK
RGB Variations
Color information
#089B45 (or 0x089B45) is known color: Pigment Green. HEX triplet: 08, 9B and 45. RGB value is (8,155,69). Sum of RGB (Red+Green+Blue) = 8+155+69=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 155 (60.94% from 255 or 66.81% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 155 - color contains mainly: green. Hex color #089B45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089B45 is #F764BA. Grayscale: #656565. Windows color (decimal): -16213179 or 4561672. OLE color: 4561672.
HSL color Cylindrical-coordinate representation of color #089B45: hue angle of 144.9º 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 #089B45 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 155 | 69 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.39 |
| HSL | 144.9º | 0.9% | 0.32% | - |
| HSV(B) | 144.9º | 0.95% | 0.61% | - |
| XYZ | 12.9 | 23.92 | 9.57 | - |
| YUV | 101.24 | 109.8 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 69 | 0.95 | 0 | 0.55 | 0.39 | 144.9 | 0.9 | 0.32 |
| Hex | 8 | 9B | 45 | 5F | 0 | 37 | 27 | 91 | 5A | 20 |
| Octal | 10 | 233 | 105 | 137 | 0 | 67 | 47 | 221 | 132 | 40 |
| Binary | 1000 | 10011011 | 1000101 | 1011111 | 0 | 110111 | 100111 | 10010001 | 1011010 | 100000 |
Color Harmonies of #089B45
Complementary color
Monochromatic Colors of #089B45
Black with #089B45
Text Example
Text Example
White with #089B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089B45; }
p { color: rgb(8,155,69); }
H1.HeaderClassName
{
color: #089B45;
}
.AnyTagClassName
{
color: #089B45;
}
</style>
background-color css
<style>
a { background-color: #089B45; }
a { background-color: rgb(8,155,69); }
div.DivClassName
{
background-color: #089B45;
}
.BgClassName
{
background-color: #089B45;
}
</style>
border-color css
<style>
span { border-color: #089B45; }
span { border-color: rgb(8,155,69); }
td.TdClassName
{
border-color: #089B45;
}
.TagClassName
{
border-color: #089B45;
}
</style>