Shades of Pigment Green #0AAC56
Tints of Pigment Green #0AAC56
RGB
CMYK
RGB Variations
Color information
#0AAC56 (or 0x0AAC56) is known color: Pigment Green. HEX triplet: 0A, AC and 56. RGB value is (10,172,86). Sum of RGB (Red+Green+Blue) = 10+172+86=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 172 (67.58% from 255 or 64.18% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAC56 is #F553A9. Grayscale: #717171. Windows color (decimal): -16077738 or 5680138. OLE color: 5680138.
HSL color Cylindrical-coordinate representation of color #0AAC56: hue angle of 148.15º 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 #0AAC56 is Cyan = 0.94, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 86 | - |
| CMYK | 0.94 | 0 | 0.5 | 0.33 |
| HSL | 148.15º | 0.89% | 0.36% | - |
| HSV(B) | 148.15º | 0.94% | 0.67% | - |
| XYZ | 16.56 | 30.24 | 13.77 | - |
| YUV | 113.76 | 112.33 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 86 | 0.94 | 0 | 0.5 | 0.33 | 148.15 | 0.89 | 0.36 |
| Hex | A | AC | 56 | 5E | 0 | 32 | 21 | 94 | 59 | 24 |
| Octal | 12 | 254 | 126 | 136 | 0 | 62 | 41 | 224 | 131 | 44 |
| Binary | 1010 | 10101100 | 1010110 | 1011110 | 0 | 110010 | 100001 | 10010100 | 1011001 | 100100 |
Color Harmonies of #0AAC56
Complementary color
Monochromatic Colors of #0AAC56
Black with #0AAC56
Text Example
Text Example
White with #0AAC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC56; }
p { color: rgb(10,172,86); }
H1.HeaderClassName
{
color: #0AAC56;
}
.AnyTagClassName
{
color: #0AAC56;
}
</style>
background-color css
<style>
a { background-color: #0AAC56; }
a { background-color: rgb(10,172,86); }
div.DivClassName
{
background-color: #0AAC56;
}
.BgClassName
{
background-color: #0AAC56;
}
</style>
border-color css
<style>
span { border-color: #0AAC56; }
span { border-color: rgb(10,172,86); }
td.TdClassName
{
border-color: #0AAC56;
}
.TagClassName
{
border-color: #0AAC56;
}
</style>