Shades of Pigment Green #09AA5A
Tints of Pigment Green #09AA5A
RGB
CMYK
RGB Variations
Color information
#09AA5A (or 0x09AA5A) is known color: Pigment Green. HEX triplet: 09, AA and 5A. RGB value is (9,170,90). Sum of RGB (Red+Green+Blue) = 9+170+90=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AA5A is #F655A5. Grayscale: #707070. Windows color (decimal): -16143782 or 5941769. OLE color: 5941769.
HSL color Cylindrical-coordinate representation of color #09AA5A: hue angle of 150.19º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AA5A is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 170 | 90 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.33 |
| HSL | 150.19º | 0.9% | 0.35% | - |
| HSV(B) | 150.19º | 0.95% | 0.67% | - |
| XYZ | 16.33 | 29.55 | 14.51 | - |
| YUV | 112.74 | 115.16 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 90 | 0.95 | 0 | 0.47 | 0.33 | 150.19 | 0.9 | 0.35 |
| Hex | 9 | AA | 5A | 5F | 0 | 2F | 21 | 96 | 5A | 23 |
| Octal | 11 | 252 | 132 | 137 | 0 | 57 | 41 | 226 | 132 | 43 |
| Binary | 1001 | 10101010 | 1011010 | 1011111 | 0 | 101111 | 100001 | 10010110 | 1011010 | 100011 |
Color Harmonies of #09AA5A
Complementary color
Monochromatic Colors of #09AA5A
Black with #09AA5A
Text Example
Text Example
White with #09AA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AA5A; }
p { color: rgb(9,170,90); }
H1.HeaderClassName
{
color: #09AA5A;
}
.AnyTagClassName
{
color: #09AA5A;
}
</style>
background-color css
<style>
a { background-color: #09AA5A; }
a { background-color: rgb(9,170,90); }
div.DivClassName
{
background-color: #09AA5A;
}
.BgClassName
{
background-color: #09AA5A;
}
</style>
border-color css
<style>
span { border-color: #09AA5A; }
span { border-color: rgb(9,170,90); }
td.TdClassName
{
border-color: #09AA5A;
}
.TagClassName
{
border-color: #09AA5A;
}
</style>