Shades of Pigment Green #099946
Tints of Pigment Green #099946
RGB
CMYK
RGB Variations
Color information
#099946 (or 0x099946) is known color: Pigment Green. HEX triplet: 09, 99 and 46. RGB value is (9,153,70). Sum of RGB (Red+Green+Blue) = 9+153+70=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 153 (60.16% from 255 or 65.95% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 153 - color contains mainly: green. Hex color #099946 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099946 is #F666B9. Grayscale: #646464. Windows color (decimal): -16148154 or 4626697. OLE color: 4626697.
HSL color Cylindrical-coordinate representation of color #099946: hue angle of 145.42º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099946 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 153 | 70 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.4 |
| HSL | 145.42º | 0.89% | 0.32% | - |
| HSV(B) | 145.42º | 0.94% | 0.6% | - |
| XYZ | 12.61 | 23.28 | 9.62 | - |
| YUV | 100.48 | 110.79 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 153 | 70 | 0.94 | 0 | 0.54 | 0.4 | 145.42 | 0.89 | 0.32 |
| Hex | 9 | 99 | 46 | 5E | 0 | 36 | 28 | 91 | 59 | 20 |
| Octal | 11 | 231 | 106 | 136 | 0 | 66 | 50 | 221 | 131 | 40 |
| Binary | 1001 | 10011001 | 1000110 | 1011110 | 0 | 110110 | 101000 | 10010001 | 1011001 | 100000 |
Color Harmonies of #099946
Complementary color
Monochromatic Colors of #099946
Black with #099946
Text Example
Text Example
White with #099946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099946; }
p { color: rgb(9,153,70); }
H1.HeaderClassName
{
color: #099946;
}
.AnyTagClassName
{
color: #099946;
}
</style>
background-color css
<style>
a { background-color: #099946; }
a { background-color: rgb(9,153,70); }
div.DivClassName
{
background-color: #099946;
}
.BgClassName
{
background-color: #099946;
}
</style>
border-color css
<style>
span { border-color: #099946; }
span { border-color: rgb(9,153,70); }
td.TdClassName
{
border-color: #099946;
}
.TagClassName
{
border-color: #099946;
}
</style>