Shades of Pigment Green #089955
Tints of Pigment Green #089955
RGB
CMYK
RGB Variations
Color information
#089955 (or 0x089955) is known color: Pigment Green. HEX triplet: 08, 99 and 55. RGB value is (8,153,85). Sum of RGB (Red+Green+Blue) = 8+153+85=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 153 (60.16% from 255 or 62.20% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 153 - color contains mainly: green. Hex color #089955 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089955 is #F766AA. Grayscale: #666666. Windows color (decimal): -16213675 or 5609736. OLE color: 5609736.
HSL color Cylindrical-coordinate representation of color #089955: hue angle of 151.86º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089955 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 153 | 85 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.4 |
| HSL | 151.86º | 0.9% | 0.32% | - |
| HSV(B) | 151.86º | 0.95% | 0.6% | - |
| XYZ | 13.13 | 23.49 | 12.44 | - |
| YUV | 101.89 | 118.46 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 85 | 0.95 | 0 | 0.44 | 0.4 | 151.86 | 0.9 | 0.32 |
| Hex | 8 | 99 | 55 | 5F | 0 | 2C | 28 | 98 | 5A | 20 |
| Octal | 10 | 231 | 125 | 137 | 0 | 54 | 50 | 230 | 132 | 40 |
| Binary | 1000 | 10011001 | 1010101 | 1011111 | 0 | 101100 | 101000 | 10011000 | 1011010 | 100000 |
Color Harmonies of #089955
Complementary color
Monochromatic Colors of #089955
Black with #089955
Text Example
Text Example
White with #089955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089955; }
p { color: rgb(8,153,85); }
H1.HeaderClassName
{
color: #089955;
}
.AnyTagClassName
{
color: #089955;
}
</style>
background-color css
<style>
a { background-color: #089955; }
a { background-color: rgb(8,153,85); }
div.DivClassName
{
background-color: #089955;
}
.BgClassName
{
background-color: #089955;
}
</style>
border-color css
<style>
span { border-color: #089955; }
span { border-color: rgb(8,153,85); }
td.TdClassName
{
border-color: #089955;
}
.TagClassName
{
border-color: #089955;
}
</style>