Shades of Pigment Green #0AA649
Tints of Pigment Green #0AA649
RGB
CMYK
RGB Variations
Color information
#0AA649 (or 0x0AA649) is known color: Pigment Green. HEX triplet: 0A, A6 and 49. RGB value is (10,166,73). Sum of RGB (Red+Green+Blue) = 10+166+73=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 166 (65.23% from 255 or 66.67% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA649 is #F559B6. Grayscale: #6C6C6C. Windows color (decimal): -16079287 or 4826634. OLE color: 4826634.
HSL color Cylindrical-coordinate representation of color #0AA649: hue angle of 144.23º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA649 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 166 | 73 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.35 |
| HSL | 144.23º | 0.89% | 0.35% | - |
| HSV(B) | 144.23º | 0.94% | 0.65% | - |
| XYZ | 14.96 | 27.82 | 10.88 | - |
| YUV | 108.75 | 107.82 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 73 | 0.94 | 0 | 0.56 | 0.35 | 144.23 | 0.89 | 0.35 |
| Hex | A | A6 | 49 | 5E | 0 | 38 | 23 | 90 | 59 | 23 |
| Octal | 12 | 246 | 111 | 136 | 0 | 70 | 43 | 220 | 131 | 43 |
| Binary | 1010 | 10100110 | 1001001 | 1011110 | 0 | 111000 | 100011 | 10010000 | 1011001 | 100011 |
Color Harmonies of #0AA649
Complementary color
Monochromatic Colors of #0AA649
Black with #0AA649
Text Example
Text Example
White with #0AA649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA649; }
p { color: rgb(10,166,73); }
H1.HeaderClassName
{
color: #0AA649;
}
.AnyTagClassName
{
color: #0AA649;
}
</style>
background-color css
<style>
a { background-color: #0AA649; }
a { background-color: rgb(10,166,73); }
div.DivClassName
{
background-color: #0AA649;
}
.BgClassName
{
background-color: #0AA649;
}
</style>
border-color css
<style>
span { border-color: #0AA649; }
span { border-color: rgb(10,166,73); }
td.TdClassName
{
border-color: #0AA649;
}
.TagClassName
{
border-color: #0AA649;
}
</style>