Shades of Pigment Green #089950
Tints of Pigment Green #089950
RGB
CMYK
RGB Variations
Color information
#089950 (or 0x089950) is known color: Pigment Green. HEX triplet: 08, 99 and 50. RGB value is (8,153,80). Sum of RGB (Red+Green+Blue) = 8+153+80=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 153 (60.16% from 255 or 63.49% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 153 - color contains mainly: green. Hex color #089950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089950 is #F766AF. Grayscale: #656565. Windows color (decimal): -16213680 or 5282056. OLE color: 5282056.
HSL color Cylindrical-coordinate representation of color #089950: hue angle of 149.79º 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 #089950 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 153 | 80 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.4 |
| HSL | 149.79º | 0.9% | 0.32% | - |
| HSV(B) | 149.79º | 0.95% | 0.6% | - |
| XYZ | 12.94 | 23.41 | 11.43 | - |
| YUV | 101.32 | 115.96 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 80 | 0.95 | 0 | 0.48 | 0.4 | 149.79 | 0.9 | 0.32 |
| Hex | 8 | 99 | 50 | 5F | 0 | 30 | 28 | 96 | 5A | 20 |
| Octal | 10 | 231 | 120 | 137 | 0 | 60 | 50 | 226 | 132 | 40 |
| Binary | 1000 | 10011001 | 1010000 | 1011111 | 0 | 110000 | 101000 | 10010110 | 1011010 | 100000 |
Color Harmonies of #089950
Complementary color
Monochromatic Colors of #089950
Black with #089950
Text Example
Text Example
White with #089950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089950; }
p { color: rgb(8,153,80); }
H1.HeaderClassName
{
color: #089950;
}
.AnyTagClassName
{
color: #089950;
}
</style>
background-color css
<style>
a { background-color: #089950; }
a { background-color: rgb(8,153,80); }
div.DivClassName
{
background-color: #089950;
}
.BgClassName
{
background-color: #089950;
}
</style>
border-color css
<style>
span { border-color: #089950; }
span { border-color: rgb(8,153,80); }
td.TdClassName
{
border-color: #089950;
}
.TagClassName
{
border-color: #089950;
}
</style>