Shades of Pigment Green #0AA145
Tints of Pigment Green #0AA145
RGB
CMYK
RGB Variations
Color information
#0AA145 (or 0x0AA145) is known color: Pigment Green. HEX triplet: 0A, A1 and 45. RGB value is (10,161,69). Sum of RGB (Red+Green+Blue) = 10+161+69=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 161 (63.28% from 255 or 67.08% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA145 is #F55EBA. Grayscale: #696969. Windows color (decimal): -16080571 or 4563210. OLE color: 4563210.
HSL color Cylindrical-coordinate representation of color #0AA145: hue angle of 143.44º 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 #0AA145 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 161 | 69 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.37 |
| HSL | 143.44º | 0.88% | 0.34% | - |
| HSV(B) | 143.44º | 0.94% | 0.63% | - |
| XYZ | 13.94 | 25.98 | 9.91 | - |
| YUV | 105.36 | 107.47 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 161 | 69 | 0.94 | 0 | 0.57 | 0.37 | 143.44 | 0.88 | 0.34 |
| Hex | A | A1 | 45 | 5E | 0 | 39 | 25 | 8F | 58 | 22 |
| Octal | 12 | 241 | 105 | 136 | 0 | 71 | 45 | 217 | 130 | 42 |
| Binary | 1010 | 10100001 | 1000101 | 1011110 | 0 | 111001 | 100101 | 10001111 | 1011000 | 100010 |
Color Harmonies of #0AA145
Complementary color
Monochromatic Colors of #0AA145
Black with #0AA145
Text Example
Text Example
White with #0AA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA145; }
p { color: rgb(10,161,69); }
H1.HeaderClassName
{
color: #0AA145;
}
.AnyTagClassName
{
color: #0AA145;
}
</style>
background-color css
<style>
a { background-color: #0AA145; }
a { background-color: rgb(10,161,69); }
div.DivClassName
{
background-color: #0AA145;
}
.BgClassName
{
background-color: #0AA145;
}
</style>
border-color css
<style>
span { border-color: #0AA145; }
span { border-color: rgb(10,161,69); }
td.TdClassName
{
border-color: #0AA145;
}
.TagClassName
{
border-color: #0AA145;
}
</style>