Shades of Pigment Green #09A45A
Tints of Pigment Green #09A45A
RGB
CMYK
RGB Variations
Color information
#09A45A (or 0x09A45A) is known color: Pigment Green. HEX triplet: 09, A4 and 5A. RGB value is (9,164,90). Sum of RGB (Red+Green+Blue) = 9+164+90=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 164 (64.45% from 255 or 62.36% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 164 - color contains mainly: green. Hex color #09A45A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A45A is #F65BA5. Grayscale: #6D6D6D. Windows color (decimal): -16145318 or 5940233. OLE color: 5940233.
HSL color Cylindrical-coordinate representation of color #09A45A: hue angle of 151.35º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A45A is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 164 | 90 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.36 |
| HSL | 151.35º | 0.9% | 0.34% | - |
| HSV(B) | 151.35º | 0.95% | 0.64% | - |
| XYZ | 15.23 | 27.35 | 14.15 | - |
| YUV | 109.22 | 117.15 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 164 | 90 | 0.95 | 0 | 0.45 | 0.36 | 151.35 | 0.9 | 0.34 |
| Hex | 9 | A4 | 5A | 5F | 0 | 2D | 24 | 97 | 5A | 22 |
| Octal | 11 | 244 | 132 | 137 | 0 | 55 | 44 | 227 | 132 | 42 |
| Binary | 1001 | 10100100 | 1011010 | 1011111 | 0 | 101101 | 100100 | 10010111 | 1011010 | 100010 |
Color Harmonies of #09A45A
Complementary color
Monochromatic Colors of #09A45A
Black with #09A45A
Text Example
Text Example
White with #09A45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A45A; }
p { color: rgb(9,164,90); }
H1.HeaderClassName
{
color: #09A45A;
}
.AnyTagClassName
{
color: #09A45A;
}
</style>
background-color css
<style>
a { background-color: #09A45A; }
a { background-color: rgb(9,164,90); }
div.DivClassName
{
background-color: #09A45A;
}
.BgClassName
{
background-color: #09A45A;
}
</style>
border-color css
<style>
span { border-color: #09A45A; }
span { border-color: rgb(9,164,90); }
td.TdClassName
{
border-color: #09A45A;
}
.TagClassName
{
border-color: #09A45A;
}
</style>