Shades of Pigment Green #09A045
Tints of Pigment Green #09A045
RGB
CMYK
RGB Variations
Color information
#09A045 (or 0x09A045) is known color: Pigment Green. HEX triplet: 09, A0 and 45. RGB value is (9,160,69). Sum of RGB (Red+Green+Blue) = 9+160+69=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 160 (62.89% from 255 or 67.23% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 160 - color contains mainly: green. Hex color #09A045 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A045 is #F65FBA. Grayscale: #686868. Windows color (decimal): -16146363 or 4562953. OLE color: 4562953.
HSL color Cylindrical-coordinate representation of color #09A045: hue angle of 143.84º 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 #09A045 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 160 | 69 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.37 |
| HSL | 143.84º | 0.89% | 0.33% | - |
| HSV(B) | 143.84º | 0.94% | 0.63% | - |
| XYZ | 13.76 | 25.63 | 9.85 | - |
| YUV | 104.48 | 107.97 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 69 | 0.94 | 0 | 0.57 | 0.37 | 143.84 | 0.89 | 0.33 |
| Hex | 9 | A0 | 45 | 5E | 0 | 39 | 25 | 90 | 59 | 21 |
| Octal | 11 | 240 | 105 | 136 | 0 | 71 | 45 | 220 | 131 | 41 |
| Binary | 1001 | 10100000 | 1000101 | 1011110 | 0 | 111001 | 100101 | 10010000 | 1011001 | 100001 |
Color Harmonies of #09A045
Complementary color
Monochromatic Colors of #09A045
Black with #09A045
Text Example
Text Example
White with #09A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A045; }
p { color: rgb(9,160,69); }
H1.HeaderClassName
{
color: #09A045;
}
.AnyTagClassName
{
color: #09A045;
}
</style>
background-color css
<style>
a { background-color: #09A045; }
a { background-color: rgb(9,160,69); }
div.DivClassName
{
background-color: #09A045;
}
.BgClassName
{
background-color: #09A045;
}
</style>
border-color css
<style>
span { border-color: #09A045; }
span { border-color: rgb(9,160,69); }
td.TdClassName
{
border-color: #09A045;
}
.TagClassName
{
border-color: #09A045;
}
</style>