Shades of Pigment Green #0AAD49
Tints of Pigment Green #0AAD49
RGB
CMYK
RGB Variations
Color information
#0AAD49 (or 0x0AAD49) is known color: Pigment Green. HEX triplet: 0A, AD and 49. RGB value is (10,173,73). Sum of RGB (Red+Green+Blue) = 10+173+73=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 173 (67.97% from 255 or 67.58% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAD49 is #F552B6. Grayscale: #717171. Windows color (decimal): -16077495 or 4828426. OLE color: 4828426.
HSL color Cylindrical-coordinate representation of color #0AAD49: hue angle of 143.19º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAD49 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 173 | 73 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.32 |
| HSL | 143.19º | 0.89% | 0.36% | - |
| HSV(B) | 143.19º | 0.94% | 0.68% | - |
| XYZ | 16.27 | 30.43 | 11.32 | - |
| YUV | 112.86 | 105.5 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 73 | 0.94 | 0 | 0.58 | 0.32 | 143.19 | 0.89 | 0.36 |
| Hex | A | AD | 49 | 5E | 0 | 3A | 20 | 8F | 59 | 24 |
| Octal | 12 | 255 | 111 | 136 | 0 | 72 | 40 | 217 | 131 | 44 |
| Binary | 1010 | 10101101 | 1001001 | 1011110 | 0 | 111010 | 100000 | 10001111 | 1011001 | 100100 |
Color Harmonies of #0AAD49
Complementary color
Monochromatic Colors of #0AAD49
Black with #0AAD49
Text Example
Text Example
White with #0AAD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAD49; }
p { color: rgb(10,173,73); }
H1.HeaderClassName
{
color: #0AAD49;
}
.AnyTagClassName
{
color: #0AAD49;
}
</style>
background-color css
<style>
a { background-color: #0AAD49; }
a { background-color: rgb(10,173,73); }
div.DivClassName
{
background-color: #0AAD49;
}
.BgClassName
{
background-color: #0AAD49;
}
</style>
border-color css
<style>
span { border-color: #0AAD49; }
span { border-color: rgb(10,173,73); }
td.TdClassName
{
border-color: #0AAD49;
}
.TagClassName
{
border-color: #0AAD49;
}
</style>