Shades of Pigment Green #099649
Tints of Pigment Green #099649
RGB
CMYK
RGB Variations
Color information
#099649 (or 0x099649) is known color: Pigment Green. HEX triplet: 09, 96 and 49. RGB value is (9,150,73). Sum of RGB (Red+Green+Blue) = 9+150+73=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 150 (58.98% from 255 or 64.66% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 150 - color contains mainly: green. Hex color #099649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099649 is #F669B6. Grayscale: #636363. Windows color (decimal): -16148919 or 4822537. OLE color: 4822537.
HSL color Cylindrical-coordinate representation of color #099649: hue angle of 147.23º 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 #099649 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 150 | 73 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.41 |
| HSL | 147.23º | 0.89% | 0.31% | - |
| HSV(B) | 147.23º | 0.94% | 0.59% | - |
| XYZ | 12.22 | 22.35 | 9.97 | - |
| YUV | 99.06 | 113.29 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 73 | 0.94 | 0 | 0.51 | 0.41 | 147.23 | 0.89 | 0.31 |
| Hex | 9 | 96 | 49 | 5E | 0 | 33 | 29 | 93 | 59 | 1F |
| Octal | 11 | 226 | 111 | 136 | 0 | 63 | 51 | 223 | 131 | 37 |
| Binary | 1001 | 10010110 | 1001001 | 1011110 | 0 | 110011 | 101001 | 10010011 | 1011001 | 11111 |
Color Harmonies of #099649
Complementary color
Monochromatic Colors of #099649
Black with #099649
Text Example
Text Example
White with #099649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099649; }
p { color: rgb(9,150,73); }
H1.HeaderClassName
{
color: #099649;
}
.AnyTagClassName
{
color: #099649;
}
</style>
background-color css
<style>
a { background-color: #099649; }
a { background-color: rgb(9,150,73); }
div.DivClassName
{
background-color: #099649;
}
.BgClassName
{
background-color: #099649;
}
</style>
border-color css
<style>
span { border-color: #099649; }
span { border-color: rgb(9,150,73); }
td.TdClassName
{
border-color: #099649;
}
.TagClassName
{
border-color: #099649;
}
</style>