Shades of Pigment Green #099D32
Tints of Pigment Green #099D32
RGB
CMYK
RGB Variations
Color information
#099D32 (or 0x099D32) is known color: Pigment Green. HEX triplet: 09, 9D and 32. RGB value is (9,157,50). Sum of RGB (Red+Green+Blue) = 9+157+50=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 157 (61.72% from 255 or 72.69% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 157 - color contains mainly: green. Hex color #099D32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099D32 is #F662CD. Grayscale: #646464. Windows color (decimal): -16147150 or 3317001. OLE color: 3317001.
HSL color Cylindrical-coordinate representation of color #099D32: hue angle of 136.62º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099D32 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 157 | 50 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.38 |
| HSL | 136.62º | 0.89% | 0.33% | - |
| HSV(B) | 136.62º | 0.94% | 0.62% | - |
| XYZ | 12.75 | 24.4 | 7.06 | - |
| YUV | 100.55 | 99.47 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 50 | 0.94 | 0 | 0.68 | 0.38 | 136.62 | 0.89 | 0.33 |
| Hex | 9 | 9D | 32 | 5E | 0 | 44 | 26 | 89 | 59 | 21 |
| Octal | 11 | 235 | 62 | 136 | 0 | 104 | 46 | 211 | 131 | 41 |
| Binary | 1001 | 10011101 | 110010 | 1011110 | 0 | 1000100 | 100110 | 10001001 | 1011001 | 100001 |
Color Harmonies of #099D32
Complementary color
Monochromatic Colors of #099D32
Black with #099D32
Text Example
Text Example
White with #099D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099D32; }
p { color: rgb(9,157,50); }
H1.HeaderClassName
{
color: #099D32;
}
.AnyTagClassName
{
color: #099D32;
}
</style>
background-color css
<style>
a { background-color: #099D32; }
a { background-color: rgb(9,157,50); }
div.DivClassName
{
background-color: #099D32;
}
.BgClassName
{
background-color: #099D32;
}
</style>
border-color css
<style>
span { border-color: #099D32; }
span { border-color: rgb(9,157,50); }
td.TdClassName
{
border-color: #099D32;
}
.TagClassName
{
border-color: #099D32;
}
</style>