Shades of Pigment Green #009946
Tints of Pigment Green #009946
RGB
CMYK
RGB Variations
Color information
#009946 (or 0x009946) is known color: Pigment Green. HEX triplet: 00, 99 and 46. RGB value is (0,153,70). Sum of RGB (Red+Green+Blue) = 0+153+70=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 153 (60.16% from 255 or 68.61% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 153 - color contains mainly: green. Hex color #009946 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009946 is #FF66B9. Grayscale: #616161. Windows color (decimal): -16737978 or 4626688. OLE color: 4626688.
HSL color Cylindrical-coordinate representation of color #009946: hue angle of 147.45º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009946 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 70 | - |
| CMYK | 1 | 0 | 0.54 | 0.4 |
| HSL | 147.45º | 1% | 0.3% | - |
| HSV(B) | 147.45º | 1% | 0.6% | - |
| XYZ | 12.5 | 23.22 | 9.62 | - |
| YUV | 97.79 | 112.31 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 70 | 1 | 0 | 0.54 | 0.4 | 147.45 | 1 | 0.3 |
| Hex | 0 | 99 | 46 | 64 | 0 | 36 | 28 | 93 | 64 | 1E |
| Octal | 0 | 231 | 106 | 144 | 0 | 66 | 50 | 223 | 144 | 36 |
| Binary | 0 | 10011001 | 1000110 | 1100100 | 0 | 110110 | 101000 | 10010011 | 1100100 | 11110 |
Color Harmonies of #009946
Complementary color
Monochromatic Colors of #009946
Black with #009946
Text Example
Text Example
White with #009946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009946; }
p { color: rgb(0,153,70); }
H1.HeaderClassName
{
color: #009946;
}
.AnyTagClassName
{
color: #009946;
}
</style>
background-color css
<style>
a { background-color: #009946; }
a { background-color: rgb(0,153,70); }
div.DivClassName
{
background-color: #009946;
}
.BgClassName
{
background-color: #009946;
}
</style>
border-color css
<style>
span { border-color: #009946; }
span { border-color: rgb(0,153,70); }
td.TdClassName
{
border-color: #009946;
}
.TagClassName
{
border-color: #009946;
}
</style>