Shades of Pigment Green #0AA549
Tints of Pigment Green #0AA549
RGB
CMYK
RGB Variations
Color information
#0AA549 (or 0x0AA549) is known color: Pigment Green. HEX triplet: 0A, A5 and 49. RGB value is (10,165,73). Sum of RGB (Red+Green+Blue) = 10+165+73=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 165 (64.84% from 255 or 66.53% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 165 - color contains mainly: green. Hex color #0AA549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA549 is #F55AB6. Grayscale: #6C6C6C. Windows color (decimal): -16079543 or 4826378. OLE color: 4826378.
HSL color Cylindrical-coordinate representation of color #0AA549: hue angle of 144.39º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA549 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 165 | 73 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.35 |
| HSL | 144.39º | 0.89% | 0.34% | - |
| HSV(B) | 144.39º | 0.94% | 0.65% | - |
| XYZ | 14.78 | 27.46 | 10.82 | - |
| YUV | 108.17 | 108.15 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 165 | 73 | 0.94 | 0 | 0.56 | 0.35 | 144.39 | 0.89 | 0.34 |
| Hex | A | A5 | 49 | 5E | 0 | 38 | 23 | 90 | 59 | 22 |
| Octal | 12 | 245 | 111 | 136 | 0 | 70 | 43 | 220 | 131 | 42 |
| Binary | 1010 | 10100101 | 1001001 | 1011110 | 0 | 111000 | 100011 | 10010000 | 1011001 | 100010 |
Color Harmonies of #0AA549
Complementary color
Monochromatic Colors of #0AA549
Black with #0AA549
Text Example
Text Example
White with #0AA549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA549; }
p { color: rgb(10,165,73); }
H1.HeaderClassName
{
color: #0AA549;
}
.AnyTagClassName
{
color: #0AA549;
}
</style>
background-color css
<style>
a { background-color: #0AA549; }
a { background-color: rgb(10,165,73); }
div.DivClassName
{
background-color: #0AA549;
}
.BgClassName
{
background-color: #0AA549;
}
</style>
border-color css
<style>
span { border-color: #0AA549; }
span { border-color: rgb(10,165,73); }
td.TdClassName
{
border-color: #0AA549;
}
.TagClassName
{
border-color: #0AA549;
}
</style>