Shades of Pigment Green #099750
Tints of Pigment Green #099750
RGB
CMYK
RGB Variations
Color information
#099750 (or 0x099750) is known color: Pigment Green. HEX triplet: 09, 97 and 50. RGB value is (9,151,80). Sum of RGB (Red+Green+Blue) = 9+151+80=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 151 (59.38% from 255 or 62.92% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 151 - color contains mainly: green. Hex color #099750 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099750 is #F668AF. Grayscale: #646464. Windows color (decimal): -16148656 or 5281545. OLE color: 5281545.
HSL color Cylindrical-coordinate representation of color #099750: hue angle of 150º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099750 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 151 | 80 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.41 |
| HSL | 150º | 0.89% | 0.31% | - |
| HSV(B) | 150º | 0.94% | 0.59% | - |
| XYZ | 12.63 | 22.77 | 11.32 | - |
| YUV | 100.45 | 116.46 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 151 | 80 | 0.94 | 0 | 0.47 | 0.41 | 150 | 0.89 | 0.31 |
| Hex | 9 | 97 | 50 | 5E | 0 | 2F | 29 | 96 | 59 | 1F |
| Octal | 11 | 227 | 120 | 136 | 0 | 57 | 51 | 226 | 131 | 37 |
| Binary | 1001 | 10010111 | 1010000 | 1011110 | 0 | 101111 | 101001 | 10010110 | 1011001 | 11111 |
Color Harmonies of #099750
Complementary color
Monochromatic Colors of #099750
Black with #099750
Text Example
Text Example
White with #099750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099750; }
p { color: rgb(9,151,80); }
H1.HeaderClassName
{
color: #099750;
}
.AnyTagClassName
{
color: #099750;
}
</style>
background-color css
<style>
a { background-color: #099750; }
a { background-color: rgb(9,151,80); }
div.DivClassName
{
background-color: #099750;
}
.BgClassName
{
background-color: #099750;
}
</style>
border-color css
<style>
span { border-color: #099750; }
span { border-color: rgb(9,151,80); }
td.TdClassName
{
border-color: #099750;
}
.TagClassName
{
border-color: #099750;
}
</style>