Shades of Pigment Green #0AA545
Tints of Pigment Green #0AA545
RGB
CMYK
RGB Variations
Color information
#0AA545 (or 0x0AA545) is known color: Pigment Green. HEX triplet: 0A, A5 and 45. RGB value is (10,165,69). Sum of RGB (Red+Green+Blue) = 10+165+69=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 165 (64.84% from 255 or 67.62% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 165 - color contains mainly: green. Hex color #0AA545 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA545 is #F55ABA. Grayscale: #6B6B6B. Windows color (decimal): -16079547 or 4564234. OLE color: 4564234.
HSL color Cylindrical-coordinate representation of color #0AA545: hue angle of 142.84º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA545 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 165 | 69 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.35 |
| HSL | 142.84º | 0.89% | 0.34% | - |
| HSV(B) | 142.84º | 0.94% | 0.65% | - |
| XYZ | 14.65 | 27.4 | 10.15 | - |
| YUV | 107.71 | 106.15 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 165 | 69 | 0.94 | 0 | 0.58 | 0.35 | 142.84 | 0.89 | 0.34 |
| Hex | A | A5 | 45 | 5E | 0 | 3A | 23 | 8F | 59 | 22 |
| Octal | 12 | 245 | 105 | 136 | 0 | 72 | 43 | 217 | 131 | 42 |
| Binary | 1010 | 10100101 | 1000101 | 1011110 | 0 | 111010 | 100011 | 10001111 | 1011001 | 100010 |
Color Harmonies of #0AA545
Complementary color
Monochromatic Colors of #0AA545
Black with #0AA545
Text Example
Text Example
White with #0AA545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA545; }
p { color: rgb(10,165,69); }
H1.HeaderClassName
{
color: #0AA545;
}
.AnyTagClassName
{
color: #0AA545;
}
</style>
background-color css
<style>
a { background-color: #0AA545; }
a { background-color: rgb(10,165,69); }
div.DivClassName
{
background-color: #0AA545;
}
.BgClassName
{
background-color: #0AA545;
}
</style>
border-color css
<style>
span { border-color: #0AA545; }
span { border-color: rgb(10,165,69); }
td.TdClassName
{
border-color: #0AA545;
}
.TagClassName
{
border-color: #0AA545;
}
</style>