Shades of Pigment Green #09AD52
Tints of Pigment Green #09AD52
RGB
CMYK
RGB Variations
Color information
#09AD52 (or 0x09AD52) is known color: Pigment Green. HEX triplet: 09, AD and 52. RGB value is (9,173,82). Sum of RGB (Red+Green+Blue) = 9+173+82=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 173 (67.97% from 255 or 65.53% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 173 - color contains mainly: green. Hex color #09AD52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AD52 is #F652AD. Grayscale: #717171. Windows color (decimal): -16143022 or 5418249. OLE color: 5418249.
HSL color Cylindrical-coordinate representation of color #09AD52: hue angle of 146.71º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AD52 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 173 | 82 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.32 |
| HSL | 146.71º | 0.9% | 0.36% | - |
| HSV(B) | 146.71º | 0.95% | 0.68% | - |
| XYZ | 16.58 | 30.55 | 13.01 | - |
| YUV | 113.59 | 110.17 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 82 | 0.95 | 0 | 0.53 | 0.32 | 146.71 | 0.9 | 0.36 |
| Hex | 9 | AD | 52 | 5F | 0 | 35 | 20 | 93 | 5A | 24 |
| Octal | 11 | 255 | 122 | 137 | 0 | 65 | 40 | 223 | 132 | 44 |
| Binary | 1001 | 10101101 | 1010010 | 1011111 | 0 | 110101 | 100000 | 10010011 | 1011010 | 100100 |
Color Harmonies of #09AD52
Complementary color
Monochromatic Colors of #09AD52
Black with #09AD52
Text Example
Text Example
White with #09AD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AD52; }
p { color: rgb(9,173,82); }
H1.HeaderClassName
{
color: #09AD52;
}
.AnyTagClassName
{
color: #09AD52;
}
</style>
background-color css
<style>
a { background-color: #09AD52; }
a { background-color: rgb(9,173,82); }
div.DivClassName
{
background-color: #09AD52;
}
.BgClassName
{
background-color: #09AD52;
}
</style>
border-color css
<style>
span { border-color: #09AD52; }
span { border-color: rgb(9,173,82); }
td.TdClassName
{
border-color: #09AD52;
}
.TagClassName
{
border-color: #09AD52;
}
</style>