Shades of Pigment Green #0AAA47
Tints of Pigment Green #0AAA47
RGB
CMYK
RGB Variations
Color information
#0AAA47 (or 0x0AAA47) is known color: Pigment Green. HEX triplet: 0A, AA and 47. RGB value is (10,170,71). Sum of RGB (Red+Green+Blue) = 10+170+71=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 170 (66.80% from 255 or 67.73% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA47 is #F555B8. Grayscale: #6F6F6F. Windows color (decimal): -16078265 or 4696586. OLE color: 4696586.
HSL color Cylindrical-coordinate representation of color #0AAA47: hue angle of 142.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA47 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 71 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.33 |
| HSL | 142.88º | 0.89% | 0.35% | - |
| HSV(B) | 142.88º | 0.94% | 0.67% | - |
| XYZ | 15.64 | 29.27 | 10.79 | - |
| YUV | 110.87 | 105.49 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 71 | 0.94 | 0 | 0.58 | 0.33 | 142.88 | 0.89 | 0.35 |
| Hex | A | AA | 47 | 5E | 0 | 3A | 21 | 8F | 59 | 23 |
| Octal | 12 | 252 | 107 | 136 | 0 | 72 | 41 | 217 | 131 | 43 |
| Binary | 1010 | 10101010 | 1000111 | 1011110 | 0 | 111010 | 100001 | 10001111 | 1011001 | 100011 |
Color Harmonies of #0AAA47
Complementary color
Monochromatic Colors of #0AAA47
Black with #0AAA47
Text Example
Text Example
White with #0AAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA47; }
p { color: rgb(10,170,71); }
H1.HeaderClassName
{
color: #0AAA47;
}
.AnyTagClassName
{
color: #0AAA47;
}
</style>
background-color css
<style>
a { background-color: #0AAA47; }
a { background-color: rgb(10,170,71); }
div.DivClassName
{
background-color: #0AAA47;
}
.BgClassName
{
background-color: #0AAA47;
}
</style>
border-color css
<style>
span { border-color: #0AAA47; }
span { border-color: rgb(10,170,71); }
td.TdClassName
{
border-color: #0AAA47;
}
.TagClassName
{
border-color: #0AAA47;
}
</style>