Shades of Pigment Green #0AA150
Tints of Pigment Green #0AA150
RGB
CMYK
RGB Variations
Color information
#0AA150 (or 0x0AA150) is known color: Pigment Green. HEX triplet: 0A, A1 and 50. RGB value is (10,161,80). Sum of RGB (Red+Green+Blue) = 10+161+80=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 161 (63.28% from 255 or 64.14% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA150 is #F55EAF. Grayscale: #6A6A6A. Windows color (decimal): -16080560 or 5284106. OLE color: 5284106.
HSL color Cylindrical-coordinate representation of color #0AA150: hue angle of 147.81º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA150 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 161 | 80 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.37 |
| HSL | 147.81º | 0.88% | 0.34% | - |
| HSV(B) | 147.81º | 0.94% | 0.63% | - |
| XYZ | 14.32 | 26.13 | 11.88 | - |
| YUV | 106.62 | 112.97 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 161 | 80 | 0.94 | 0 | 0.50 | 0.37 | 147.81 | 0.88 | 0.34 |
| Hex | A | A1 | 50 | 5E | 0 | 32 | 25 | 94 | 58 | 22 |
| Octal | 12 | 241 | 120 | 136 | 0 | 62 | 45 | 224 | 130 | 42 |
| Binary | 1010 | 10100001 | 1010000 | 1011110 | 0 | 110010 | 100101 | 10010100 | 1011000 | 100010 |
Color Harmonies of #0AA150
Complementary color
Monochromatic Colors of #0AA150
Black with #0AA150
Text Example
Text Example
White with #0AA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA150; }
p { color: rgb(10,161,80); }
H1.HeaderClassName
{
color: #0AA150;
}
.AnyTagClassName
{
color: #0AA150;
}
</style>
background-color css
<style>
a { background-color: #0AA150; }
a { background-color: rgb(10,161,80); }
div.DivClassName
{
background-color: #0AA150;
}
.BgClassName
{
background-color: #0AA150;
}
</style>
border-color css
<style>
span { border-color: #0AA150; }
span { border-color: rgb(10,161,80); }
td.TdClassName
{
border-color: #0AA150;
}
.TagClassName
{
border-color: #0AA150;
}
</style>