Shades of Pigment Green #089350
Tints of Pigment Green #089350
RGB
CMYK
RGB Variations
Color information
#089350 (or 0x089350) is known color: Pigment Green. HEX triplet: 08, 93 and 50. RGB value is (8,147,80). Sum of RGB (Red+Green+Blue) = 8+147+80=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 147 (57.81% from 255 or 62.55% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 147 - color contains mainly: green. Hex color #089350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089350 is #F76CAF. Grayscale: #616161. Windows color (decimal): -16215216 or 5280520. OLE color: 5280520.
HSL color Cylindrical-coordinate representation of color #089350: hue angle of 151.08º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089350 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 147 | 80 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.42 |
| HSL | 151.08º | 0.9% | 0.3% | - |
| HSV(B) | 151.08º | 0.95% | 0.58% | - |
| XYZ | 11.98 | 21.5 | 11.11 | - |
| YUV | 97.8 | 117.95 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 80 | 0.95 | 0 | 0.46 | 0.42 | 151.08 | 0.9 | 0.3 |
| Hex | 8 | 93 | 50 | 5F | 0 | 2E | 2A | 97 | 5A | 1E |
| Octal | 10 | 223 | 120 | 137 | 0 | 56 | 52 | 227 | 132 | 36 |
| Binary | 1000 | 10010011 | 1010000 | 1011111 | 0 | 101110 | 101010 | 10010111 | 1011010 | 11110 |
Color Harmonies of #089350
Complementary color
Monochromatic Colors of #089350
Black with #089350
Text Example
Text Example
White with #089350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089350; }
p { color: rgb(8,147,80); }
H1.HeaderClassName
{
color: #089350;
}
.AnyTagClassName
{
color: #089350;
}
</style>
background-color css
<style>
a { background-color: #089350; }
a { background-color: rgb(8,147,80); }
div.DivClassName
{
background-color: #089350;
}
.BgClassName
{
background-color: #089350;
}
</style>
border-color css
<style>
span { border-color: #089350; }
span { border-color: rgb(8,147,80); }
td.TdClassName
{
border-color: #089350;
}
.TagClassName
{
border-color: #089350;
}
</style>