Shades of Pigment Green #0AAC58
Tints of Pigment Green #0AAC58
RGB
CMYK
RGB Variations
Color information
#0AAC58 (or 0x0AAC58) is known color: Pigment Green. HEX triplet: 0A, AC and 58. RGB value is (10,172,88). Sum of RGB (Red+Green+Blue) = 10+172+88=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 172 (67.58% from 255 or 63.70% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAC58 is #F553A7. Grayscale: #727272. Windows color (decimal): -16077736 or 5811210. OLE color: 5811210.
HSL color Cylindrical-coordinate representation of color #0AAC58: hue angle of 148.89º 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 #0AAC58 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 88 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.33 |
| HSL | 148.89º | 0.89% | 0.36% | - |
| HSV(B) | 148.89º | 0.94% | 0.67% | - |
| XYZ | 16.64 | 30.27 | 14.2 | - |
| YUV | 113.99 | 113.33 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 88 | 0.94 | 0 | 0.49 | 0.33 | 148.89 | 0.89 | 0.36 |
| Hex | A | AC | 58 | 5E | 0 | 31 | 21 | 95 | 59 | 24 |
| Octal | 12 | 254 | 130 | 136 | 0 | 61 | 41 | 225 | 131 | 44 |
| Binary | 1010 | 10101100 | 1011000 | 1011110 | 0 | 110001 | 100001 | 10010101 | 1011001 | 100100 |
Color Harmonies of #0AAC58
Complementary color
Monochromatic Colors of #0AAC58
Black with #0AAC58
Text Example
Text Example
White with #0AAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC58; }
p { color: rgb(10,172,88); }
H1.HeaderClassName
{
color: #0AAC58;
}
.AnyTagClassName
{
color: #0AAC58;
}
</style>
background-color css
<style>
a { background-color: #0AAC58; }
a { background-color: rgb(10,172,88); }
div.DivClassName
{
background-color: #0AAC58;
}
.BgClassName
{
background-color: #0AAC58;
}
</style>
border-color css
<style>
span { border-color: #0AAC58; }
span { border-color: rgb(10,172,88); }
td.TdClassName
{
border-color: #0AAC58;
}
.TagClassName
{
border-color: #0AAC58;
}
</style>