Shades of Pigment Green #0AAC5A
Tints of Pigment Green #0AAC5A
RGB
CMYK
RGB Variations
Color information
#0AAC5A (or 0x0AAC5A) is known color: Pigment Green. HEX triplet: 0A, AC and 5A. RGB value is (10,172,90). Sum of RGB (Red+Green+Blue) = 10+172+90=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 172 (67.58% from 255 or 63.24% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAC5A is #F553A5. Grayscale: #727272. Windows color (decimal): -16077734 or 5942282. OLE color: 5942282.
HSL color Cylindrical-coordinate representation of color #0AAC5A: hue angle of 149.63º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAC5A is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 90 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.33 |
| HSL | 149.63º | 0.89% | 0.36% | - |
| HSV(B) | 149.63º | 0.94% | 0.67% | - |
| XYZ | 16.72 | 30.31 | 14.64 | - |
| YUV | 114.21 | 114.33 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 90 | 0.94 | 0 | 0.48 | 0.33 | 149.63 | 0.89 | 0.36 |
| Hex | A | AC | 5A | 5E | 0 | 30 | 21 | 96 | 59 | 24 |
| Octal | 12 | 254 | 132 | 136 | 0 | 60 | 41 | 226 | 131 | 44 |
| Binary | 1010 | 10101100 | 1011010 | 1011110 | 0 | 110000 | 100001 | 10010110 | 1011001 | 100100 |
Color Harmonies of #0AAC5A
Complementary color
Monochromatic Colors of #0AAC5A
Black with #0AAC5A
Text Example
Text Example
White with #0AAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC5A; }
p { color: rgb(10,172,90); }
H1.HeaderClassName
{
color: #0AAC5A;
}
.AnyTagClassName
{
color: #0AAC5A;
}
</style>
background-color css
<style>
a { background-color: #0AAC5A; }
a { background-color: rgb(10,172,90); }
div.DivClassName
{
background-color: #0AAC5A;
}
.BgClassName
{
background-color: #0AAC5A;
}
</style>
border-color css
<style>
span { border-color: #0AAC5A; }
span { border-color: rgb(10,172,90); }
td.TdClassName
{
border-color: #0AAC5A;
}
.TagClassName
{
border-color: #0AAC5A;
}
</style>