Shades of Pigment Green #099346
Tints of Pigment Green #099346
RGB
CMYK
RGB Variations
Color information
#099346 (or 0x099346) is known color: Pigment Green. HEX triplet: 09, 93 and 46. RGB value is (9,147,70). Sum of RGB (Red+Green+Blue) = 9+147+70=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 147 (57.81% from 255 or 65.04% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 147 - color contains mainly: green. Hex color #099346 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099346 is #F66CB9. Grayscale: #616161. Windows color (decimal): -16149690 or 4625161. OLE color: 4625161.
HSL color Cylindrical-coordinate representation of color #099346: hue angle of 146.52º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099346 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 147 | 70 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.42 |
| HSL | 146.52º | 0.88% | 0.31% | - |
| HSV(B) | 146.52º | 0.94% | 0.58% | - |
| XYZ | 11.65 | 21.37 | 9.3 | - |
| YUV | 96.96 | 112.78 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 70 | 0.94 | 0 | 0.52 | 0.42 | 146.52 | 0.88 | 0.31 |
| Hex | 9 | 93 | 46 | 5E | 0 | 34 | 2A | 93 | 58 | 1F |
| Octal | 11 | 223 | 106 | 136 | 0 | 64 | 52 | 223 | 130 | 37 |
| Binary | 1001 | 10010011 | 1000110 | 1011110 | 0 | 110100 | 101010 | 10010011 | 1011000 | 11111 |
Color Harmonies of #099346
Complementary color
Monochromatic Colors of #099346
Black with #099346
Text Example
Text Example
White with #099346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099346; }
p { color: rgb(9,147,70); }
H1.HeaderClassName
{
color: #099346;
}
.AnyTagClassName
{
color: #099346;
}
</style>
background-color css
<style>
a { background-color: #099346; }
a { background-color: rgb(9,147,70); }
div.DivClassName
{
background-color: #099346;
}
.BgClassName
{
background-color: #099346;
}
</style>
border-color css
<style>
span { border-color: #099346; }
span { border-color: rgb(9,147,70); }
td.TdClassName
{
border-color: #099346;
}
.TagClassName
{
border-color: #099346;
}
</style>