Shades of Pigment Green #09A055
Tints of Pigment Green #09A055
RGB
CMYK
RGB Variations
Color information
#09A055 (or 0x09A055) is known color: Pigment Green. HEX triplet: 09, A0 and 55. RGB value is (9,160,85). Sum of RGB (Red+Green+Blue) = 9+160+85=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 160 (62.89% from 255 or 62.99% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 160 - color contains mainly: green. Hex color #09A055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A055 is #F65FAA. Grayscale: #6A6A6A. Windows color (decimal): -16146347 or 5611529. OLE color: 5611529.
HSL color Cylindrical-coordinate representation of color #09A055: hue angle of 150.2º 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 #09A055 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 160 | 85 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.37 |
| HSL | 150.2º | 0.89% | 0.33% | - |
| HSV(B) | 150.2º | 0.94% | 0.63% | - |
| XYZ | 14.32 | 25.86 | 12.83 | - |
| YUV | 106.3 | 115.97 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 85 | 0.94 | 0 | 0.47 | 0.37 | 150.2 | 0.89 | 0.33 |
| Hex | 9 | A0 | 55 | 5E | 0 | 2F | 25 | 96 | 59 | 21 |
| Octal | 11 | 240 | 125 | 136 | 0 | 57 | 45 | 226 | 131 | 41 |
| Binary | 1001 | 10100000 | 1010101 | 1011110 | 0 | 101111 | 100101 | 10010110 | 1011001 | 100001 |
Color Harmonies of #09A055
Complementary color
Monochromatic Colors of #09A055
Black with #09A055
Text Example
Text Example
White with #09A055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A055; }
p { color: rgb(9,160,85); }
H1.HeaderClassName
{
color: #09A055;
}
.AnyTagClassName
{
color: #09A055;
}
</style>
background-color css
<style>
a { background-color: #09A055; }
a { background-color: rgb(9,160,85); }
div.DivClassName
{
background-color: #09A055;
}
.BgClassName
{
background-color: #09A055;
}
</style>
border-color css
<style>
span { border-color: #09A055; }
span { border-color: rgb(9,160,85); }
td.TdClassName
{
border-color: #09A055;
}
.TagClassName
{
border-color: #09A055;
}
</style>