Shades of Pigment Green #0AA746
Tints of Pigment Green #0AA746
RGB
CMYK
RGB Variations
Color information
#0AA746 (or 0x0AA746) is known color: Pigment Green. HEX triplet: 0A, A7 and 46. RGB value is (10,167,70). Sum of RGB (Red+Green+Blue) = 10+167+70=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 167 (65.62% from 255 or 67.61% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA746 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA746 is #F558B9. Grayscale: #6D6D6D. Windows color (decimal): -16079034 or 4630282. OLE color: 4630282.
HSL color Cylindrical-coordinate representation of color #0AA746: hue angle of 142.93º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA746 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 167 | 70 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.35 |
| HSL | 142.93º | 0.89% | 0.35% | - |
| HSV(B) | 142.93º | 0.94% | 0.65% | - |
| XYZ | 15.05 | 28.14 | 10.43 | - |
| YUV | 109 | 105.99 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 167 | 70 | 0.94 | 0 | 0.58 | 0.35 | 142.93 | 0.89 | 0.35 |
| Hex | A | A7 | 46 | 5E | 0 | 3A | 23 | 8F | 59 | 23 |
| Octal | 12 | 247 | 106 | 136 | 0 | 72 | 43 | 217 | 131 | 43 |
| Binary | 1010 | 10100111 | 1000110 | 1011110 | 0 | 111010 | 100011 | 10001111 | 1011001 | 100011 |
Color Harmonies of #0AA746
Complementary color
Monochromatic Colors of #0AA746
Black with #0AA746
Text Example
Text Example
White with #0AA746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA746; }
p { color: rgb(10,167,70); }
H1.HeaderClassName
{
color: #0AA746;
}
.AnyTagClassName
{
color: #0AA746;
}
</style>
background-color css
<style>
a { background-color: #0AA746; }
a { background-color: rgb(10,167,70); }
div.DivClassName
{
background-color: #0AA746;
}
.BgClassName
{
background-color: #0AA746;
}
</style>
border-color css
<style>
span { border-color: #0AA746; }
span { border-color: rgb(10,167,70); }
td.TdClassName
{
border-color: #0AA746;
}
.TagClassName
{
border-color: #0AA746;
}
</style>