Shades of Pigment Green #099449
Tints of Pigment Green #099449
RGB
CMYK
RGB Variations
Color information
#099449 (or 0x099449) is known color: Pigment Green. HEX triplet: 09, 94 and 49. RGB value is (9,148,73). Sum of RGB (Red+Green+Blue) = 9+148+73=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 148 (58.20% from 255 or 64.35% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 148 - color contains mainly: green. Hex color #099449 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099449 is #F66BB6. Grayscale: #626262. Windows color (decimal): -16149431 or 4822025. OLE color: 4822025.
HSL color Cylindrical-coordinate representation of color #099449: hue angle of 147.63º degrees, saturation: 0.89, 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 #099449 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 148 | 73 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.42 |
| HSL | 147.63º | 0.89% | 0.31% | - |
| HSV(B) | 147.63º | 0.94% | 0.58% | - |
| XYZ | 11.91 | 21.72 | 9.87 | - |
| YUV | 97.89 | 113.95 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 148 | 73 | 0.94 | 0 | 0.51 | 0.42 | 147.63 | 0.89 | 0.31 |
| Hex | 9 | 94 | 49 | 5E | 0 | 33 | 2A | 94 | 59 | 1F |
| Octal | 11 | 224 | 111 | 136 | 0 | 63 | 52 | 224 | 131 | 37 |
| Binary | 1001 | 10010100 | 1001001 | 1011110 | 0 | 110011 | 101010 | 10010100 | 1011001 | 11111 |
Color Harmonies of #099449
Complementary color
Monochromatic Colors of #099449
Black with #099449
Text Example
Text Example
White with #099449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099449; }
p { color: rgb(9,148,73); }
H1.HeaderClassName
{
color: #099449;
}
.AnyTagClassName
{
color: #099449;
}
</style>
background-color css
<style>
a { background-color: #099449; }
a { background-color: rgb(9,148,73); }
div.DivClassName
{
background-color: #099449;
}
.BgClassName
{
background-color: #099449;
}
</style>
border-color css
<style>
span { border-color: #099449; }
span { border-color: rgb(9,148,73); }
td.TdClassName
{
border-color: #099449;
}
.TagClassName
{
border-color: #099449;
}
</style>