Shades of Pigment Green #099B47
Tints of Pigment Green #099B47
RGB
CMYK
RGB Variations
Color information
#099B47 (or 0x099B47) is known color: Pigment Green. HEX triplet: 09, 9B and 47. RGB value is (9,155,71). Sum of RGB (Red+Green+Blue) = 9+155+71=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 155 (60.94% from 255 or 65.96% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 155 - color contains mainly: green. Hex color #099B47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099B47 is #F664B8. Grayscale: #656565. Windows color (decimal): -16147641 or 4692745. OLE color: 4692745.
HSL color Cylindrical-coordinate representation of color #099B47: hue angle of 145.48º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099B47 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 155 | 71 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.39 |
| HSL | 145.48º | 0.89% | 0.32% | - |
| HSV(B) | 145.48º | 0.94% | 0.61% | - |
| XYZ | 12.97 | 23.96 | 9.9 | - |
| YUV | 101.77 | 110.63 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 71 | 0.94 | 0 | 0.54 | 0.39 | 145.48 | 0.89 | 0.32 |
| Hex | 9 | 9B | 47 | 5E | 0 | 36 | 27 | 91 | 59 | 20 |
| Octal | 11 | 233 | 107 | 136 | 0 | 66 | 47 | 221 | 131 | 40 |
| Binary | 1001 | 10011011 | 1000111 | 1011110 | 0 | 110110 | 100111 | 10010001 | 1011001 | 100000 |
Color Harmonies of #099B47
Complementary color
Monochromatic Colors of #099B47
Black with #099B47
Text Example
Text Example
White with #099B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099B47; }
p { color: rgb(9,155,71); }
H1.HeaderClassName
{
color: #099B47;
}
.AnyTagClassName
{
color: #099B47;
}
</style>
background-color css
<style>
a { background-color: #099B47; }
a { background-color: rgb(9,155,71); }
div.DivClassName
{
background-color: #099B47;
}
.BgClassName
{
background-color: #099B47;
}
</style>
border-color css
<style>
span { border-color: #099B47; }
span { border-color: rgb(9,155,71); }
td.TdClassName
{
border-color: #099B47;
}
.TagClassName
{
border-color: #099B47;
}
</style>