Shades of Pigment Green #0AA951
Tints of Pigment Green #0AA951
RGB
CMYK
RGB Variations
Color information
#0AA951 (or 0x0AA951) is known color: Pigment Green. HEX triplet: 0A, A9 and 51. RGB value is (10,169,81). Sum of RGB (Red+Green+Blue) = 10+169+81=260 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.85% from 260); Green value is 169 (66.41% from 255 or 65% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA951 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA951 is #F556AE. Grayscale: #6F6F6F. Windows color (decimal): -16078511 or 5351690. OLE color: 5351690.
HSL color Cylindrical-coordinate representation of color #0AA951: hue angle of 146.79º 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 #0AA951 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 169 | 81 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.34 |
| HSL | 146.79º | 0.89% | 0.35% | - |
| HSV(B) | 146.79º | 0.94% | 0.66% | - |
| XYZ | 15.8 | 29.03 | 12.56 | - |
| YUV | 111.43 | 110.82 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 169 | 81 | 0.94 | 0 | 0.52 | 0.34 | 146.79 | 0.89 | 0.35 |
| Hex | A | A9 | 51 | 5E | 0 | 34 | 22 | 93 | 59 | 23 |
| Octal | 12 | 251 | 121 | 136 | 0 | 64 | 42 | 223 | 131 | 43 |
| Binary | 1010 | 10101001 | 1010001 | 1011110 | 0 | 110100 | 100010 | 10010011 | 1011001 | 100011 |
Color Harmonies of #0AA951
Complementary color
Monochromatic Colors of #0AA951
Black with #0AA951
Text Example
Text Example
White with #0AA951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA951; }
p { color: rgb(10,169,81); }
H1.HeaderClassName
{
color: #0AA951;
}
.AnyTagClassName
{
color: #0AA951;
}
</style>
background-color css
<style>
a { background-color: #0AA951; }
a { background-color: rgb(10,169,81); }
div.DivClassName
{
background-color: #0AA951;
}
.BgClassName
{
background-color: #0AA951;
}
</style>
border-color css
<style>
span { border-color: #0AA951; }
span { border-color: rgb(10,169,81); }
td.TdClassName
{
border-color: #0AA951;
}
.TagClassName
{
border-color: #0AA951;
}
</style>