Shades of Pigment Green #09A048
Tints of Pigment Green #09A048
RGB
CMYK
RGB Variations
Color information
#09A048 (or 0x09A048) is known color: Pigment Green. HEX triplet: 09, A0 and 48. RGB value is (9,160,72). Sum of RGB (Red+Green+Blue) = 9+160+72=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 160 (62.89% from 255 or 66.39% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 160 - color contains mainly: green. Hex color #09A048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A048 is #F65FB7. Grayscale: #696969. Windows color (decimal): -16146360 or 4759561. OLE color: 4759561.
HSL color Cylindrical-coordinate representation of color #09A048: hue angle of 145.03º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A048 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 160 | 72 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.37 |
| HSL | 145.03º | 0.89% | 0.33% | - |
| HSV(B) | 145.03º | 0.94% | 0.63% | - |
| XYZ | 13.85 | 25.67 | 10.36 | - |
| YUV | 104.82 | 109.47 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 72 | 0.94 | 0 | 0.55 | 0.37 | 145.03 | 0.89 | 0.33 |
| Hex | 9 | A0 | 48 | 5E | 0 | 37 | 25 | 91 | 59 | 21 |
| Octal | 11 | 240 | 110 | 136 | 0 | 67 | 45 | 221 | 131 | 41 |
| Binary | 1001 | 10100000 | 1001000 | 1011110 | 0 | 110111 | 100101 | 10010001 | 1011001 | 100001 |
Color Harmonies of #09A048
Complementary color
Monochromatic Colors of #09A048
Black with #09A048
Text Example
Text Example
White with #09A048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A048; }
p { color: rgb(9,160,72); }
H1.HeaderClassName
{
color: #09A048;
}
.AnyTagClassName
{
color: #09A048;
}
</style>
background-color css
<style>
a { background-color: #09A048; }
a { background-color: rgb(9,160,72); }
div.DivClassName
{
background-color: #09A048;
}
.BgClassName
{
background-color: #09A048;
}
</style>
border-color css
<style>
span { border-color: #09A048; }
span { border-color: rgb(9,160,72); }
td.TdClassName
{
border-color: #09A048;
}
.TagClassName
{
border-color: #09A048;
}
</style>