Shades of Pigment Green #0AA957
Tints of Pigment Green #0AA957
RGB
CMYK
RGB Variations
Color information
#0AA957 (or 0x0AA957) is known color: Pigment Green. HEX triplet: 0A, A9 and 57. RGB value is (10,169,87). Sum of RGB (Red+Green+Blue) = 10+169+87=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 169 (66.41% from 255 or 63.53% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA957 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA957 is #F556A8. Grayscale: #707070. Windows color (decimal): -16078505 or 5744906. OLE color: 5744906.
HSL color Cylindrical-coordinate representation of color #0AA957: hue angle of 149.06º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA957 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 169 | 87 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.34 |
| HSL | 149.06º | 0.89% | 0.35% | - |
| HSV(B) | 149.06º | 0.94% | 0.66% | - |
| XYZ | 16.03 | 29.13 | 13.79 | - |
| YUV | 112.11 | 113.82 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 169 | 87 | 0.94 | 0 | 0.49 | 0.34 | 149.06 | 0.89 | 0.35 |
| Hex | A | A9 | 57 | 5E | 0 | 31 | 22 | 95 | 59 | 23 |
| Octal | 12 | 251 | 127 | 136 | 0 | 61 | 42 | 225 | 131 | 43 |
| Binary | 1010 | 10101001 | 1010111 | 1011110 | 0 | 110001 | 100010 | 10010101 | 1011001 | 100011 |
Color Harmonies of #0AA957
Complementary color
Monochromatic Colors of #0AA957
Black with #0AA957
Text Example
Text Example
White with #0AA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA957; }
p { color: rgb(10,169,87); }
H1.HeaderClassName
{
color: #0AA957;
}
.AnyTagClassName
{
color: #0AA957;
}
</style>
background-color css
<style>
a { background-color: #0AA957; }
a { background-color: rgb(10,169,87); }
div.DivClassName
{
background-color: #0AA957;
}
.BgClassName
{
background-color: #0AA957;
}
</style>
border-color css
<style>
span { border-color: #0AA957; }
span { border-color: rgb(10,169,87); }
td.TdClassName
{
border-color: #0AA957;
}
.TagClassName
{
border-color: #0AA957;
}
</style>