Shades of Pigment Green #099D45
Tints of Pigment Green #099D45
RGB
CMYK
RGB Variations
Color information
#099D45 (or 0x099D45) is known color: Pigment Green. HEX triplet: 09, 9D and 45. RGB value is (9,157,69). Sum of RGB (Red+Green+Blue) = 9+157+69=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 157 (61.72% from 255 or 66.81% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 157 - color contains mainly: green. Hex color #099D45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099D45 is #F662BA. Grayscale: #666666. Windows color (decimal): -16147131 or 4562185. OLE color: 4562185.
HSL color Cylindrical-coordinate representation of color #099D45: hue angle of 144.32º 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 #099D45 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 157 | 69 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.38 |
| HSL | 144.32º | 0.89% | 0.33% | - |
| HSV(B) | 144.32º | 0.94% | 0.62% | - |
| XYZ | 13.24 | 24.6 | 9.68 | - |
| YUV | 102.72 | 108.97 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 69 | 0.94 | 0 | 0.56 | 0.38 | 144.32 | 0.89 | 0.33 |
| Hex | 9 | 9D | 45 | 5E | 0 | 38 | 26 | 90 | 59 | 21 |
| Octal | 11 | 235 | 105 | 136 | 0 | 70 | 46 | 220 | 131 | 41 |
| Binary | 1001 | 10011101 | 1000101 | 1011110 | 0 | 111000 | 100110 | 10010000 | 1011001 | 100001 |
Color Harmonies of #099D45
Complementary color
Monochromatic Colors of #099D45
Black with #099D45
Text Example
Text Example
White with #099D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099D45; }
p { color: rgb(9,157,69); }
H1.HeaderClassName
{
color: #099D45;
}
.AnyTagClassName
{
color: #099D45;
}
</style>
background-color css
<style>
a { background-color: #099D45; }
a { background-color: rgb(9,157,69); }
div.DivClassName
{
background-color: #099D45;
}
.BgClassName
{
background-color: #099D45;
}
</style>
border-color css
<style>
span { border-color: #099D45; }
span { border-color: rgb(9,157,69); }
td.TdClassName
{
border-color: #099D45;
}
.TagClassName
{
border-color: #099D45;
}
</style>