Shades of Pigment Green #099150
Tints of Pigment Green #099150
RGB
CMYK
RGB Variations
Color information
#099150 (or 0x099150) is known color: Pigment Green. HEX triplet: 09, 91 and 50. RGB value is (9,145,80). Sum of RGB (Red+Green+Blue) = 9+145+80=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 145 (57.03% from 255 or 61.97% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 145 - color contains mainly: green. Hex color #099150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099150 is #F66EAF. Grayscale: #616161. Windows color (decimal): -16150192 or 5280009. OLE color: 5280009.
HSL color Cylindrical-coordinate representation of color #099150: hue angle of 151.32º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099150 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 145 | 80 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.43 |
| HSL | 151.32º | 0.88% | 0.3% | - |
| HSV(B) | 151.32º | 0.94% | 0.57% | - |
| XYZ | 11.69 | 20.89 | 11.01 | - |
| YUV | 96.93 | 118.44 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 145 | 80 | 0.94 | 0 | 0.45 | 0.43 | 151.32 | 0.88 | 0.3 |
| Hex | 9 | 91 | 50 | 5E | 0 | 2D | 2B | 97 | 58 | 1E |
| Octal | 11 | 221 | 120 | 136 | 0 | 55 | 53 | 227 | 130 | 36 |
| Binary | 1001 | 10010001 | 1010000 | 1011110 | 0 | 101101 | 101011 | 10010111 | 1011000 | 11110 |
Color Harmonies of #099150
Complementary color
Monochromatic Colors of #099150
Black with #099150
Text Example
Text Example
White with #099150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099150; }
p { color: rgb(9,145,80); }
H1.HeaderClassName
{
color: #099150;
}
.AnyTagClassName
{
color: #099150;
}
</style>
background-color css
<style>
a { background-color: #099150; }
a { background-color: rgb(9,145,80); }
div.DivClassName
{
background-color: #099150;
}
.BgClassName
{
background-color: #099150;
}
</style>
border-color css
<style>
span { border-color: #099150; }
span { border-color: rgb(9,145,80); }
td.TdClassName
{
border-color: #099150;
}
.TagClassName
{
border-color: #099150;
}
</style>