Shades of Pigment Green #089540
Tints of Pigment Green #089540
RGB
CMYK
RGB Variations
Color information
#089540 (or 0x089540) is known color: Pigment Green. HEX triplet: 08, 95 and 40. RGB value is (8,149,64). Sum of RGB (Red+Green+Blue) = 8+149+64=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 149 (58.59% from 255 or 67.42% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 149 - color contains mainly: green. Hex color #089540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089540 is #F76ABF. Grayscale: #616161. Windows color (decimal): -16214720 or 4232456. OLE color: 4232456.
HSL color Cylindrical-coordinate representation of color #089540: hue angle of 143.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089540 is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 149 | 64 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.42 |
| HSL | 143.83º | 0.9% | 0.31% | - |
| HSV(B) | 143.83º | 0.95% | 0.58% | - |
| XYZ | 11.77 | 21.92 | 8.46 | - |
| YUV | 97.15 | 109.29 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 149 | 64 | 0.95 | 0 | 0.57 | 0.42 | 143.83 | 0.9 | 0.31 |
| Hex | 8 | 95 | 40 | 5F | 0 | 39 | 2A | 90 | 5A | 1F |
| Octal | 10 | 225 | 100 | 137 | 0 | 71 | 52 | 220 | 132 | 37 |
| Binary | 1000 | 10010101 | 1000000 | 1011111 | 0 | 111001 | 101010 | 10010000 | 1011010 | 11111 |
Color Harmonies of #089540
Complementary color
Monochromatic Colors of #089540
Black with #089540
Text Example
Text Example
White with #089540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089540; }
p { color: rgb(8,149,64); }
H1.HeaderClassName
{
color: #089540;
}
.AnyTagClassName
{
color: #089540;
}
</style>
background-color css
<style>
a { background-color: #089540; }
a { background-color: rgb(8,149,64); }
div.DivClassName
{
background-color: #089540;
}
.BgClassName
{
background-color: #089540;
}
</style>
border-color css
<style>
span { border-color: #089540; }
span { border-color: rgb(8,149,64); }
td.TdClassName
{
border-color: #089540;
}
.TagClassName
{
border-color: #089540;
}
</style>