Shades of Pigment Green #0AA552
Tints of Pigment Green #0AA552
RGB
CMYK
RGB Variations
Color information
#0AA552 (or 0x0AA552) is known color: Pigment Green. HEX triplet: 0A, A5 and 52. RGB value is (10,165,82). Sum of RGB (Red+Green+Blue) = 10+165+82=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 165 (64.84% from 255 or 64.20% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 165 - color contains mainly: green. Hex color #0AA552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA552 is #F55AAD. Grayscale: #6D6D6D. Windows color (decimal): -16079534 or 5416202. OLE color: 5416202.
HSL color Cylindrical-coordinate representation of color #0AA552: hue angle of 147.87º 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 #0AA552 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 165 | 82 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.35 |
| HSL | 147.87º | 0.89% | 0.34% | - |
| HSV(B) | 147.87º | 0.94% | 0.65% | - |
| XYZ | 15.1 | 27.58 | 12.51 | - |
| YUV | 109.19 | 112.65 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 165 | 82 | 0.94 | 0 | 0.50 | 0.35 | 147.87 | 0.89 | 0.34 |
| Hex | A | A5 | 52 | 5E | 0 | 32 | 23 | 94 | 59 | 22 |
| Octal | 12 | 245 | 122 | 136 | 0 | 62 | 43 | 224 | 131 | 42 |
| Binary | 1010 | 10100101 | 1010010 | 1011110 | 0 | 110010 | 100011 | 10010100 | 1011001 | 100010 |
Color Harmonies of #0AA552
Complementary color
Monochromatic Colors of #0AA552
Black with #0AA552
Text Example
Text Example
White with #0AA552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA552; }
p { color: rgb(10,165,82); }
H1.HeaderClassName
{
color: #0AA552;
}
.AnyTagClassName
{
color: #0AA552;
}
</style>
background-color css
<style>
a { background-color: #0AA552; }
a { background-color: rgb(10,165,82); }
div.DivClassName
{
background-color: #0AA552;
}
.BgClassName
{
background-color: #0AA552;
}
</style>
border-color css
<style>
span { border-color: #0AA552; }
span { border-color: rgb(10,165,82); }
td.TdClassName
{
border-color: #0AA552;
}
.TagClassName
{
border-color: #0AA552;
}
</style>