Shades of Pigment Green #0AA045
Tints of Pigment Green #0AA045
RGB
CMYK
RGB Variations
Color information
#0AA045 (or 0x0AA045) is known color: Pigment Green. HEX triplet: 0A, A0 and 45. RGB value is (10,160,69). Sum of RGB (Red+Green+Blue) = 10+160+69=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 160 (62.89% from 255 or 66.95% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA045 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA045 is #F55FBA. Grayscale: #686868. Windows color (decimal): -16080827 or 4562954. OLE color: 4562954.
HSL color Cylindrical-coordinate representation of color #0AA045: hue angle of 143.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA045 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 69 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.37 |
| HSL | 143.6º | 0.88% | 0.33% | - |
| HSV(B) | 143.6º | 0.94% | 0.63% | - |
| XYZ | 13.77 | 25.64 | 9.85 | - |
| YUV | 104.78 | 107.81 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 69 | 0.94 | 0 | 0.57 | 0.37 | 143.6 | 0.88 | 0.33 |
| Hex | A | A0 | 45 | 5E | 0 | 39 | 25 | 90 | 58 | 21 |
| Octal | 12 | 240 | 105 | 136 | 0 | 71 | 45 | 220 | 130 | 41 |
| Binary | 1010 | 10100000 | 1000101 | 1011110 | 0 | 111001 | 100101 | 10010000 | 1011000 | 100001 |
Color Harmonies of #0AA045
Complementary color
Monochromatic Colors of #0AA045
Black with #0AA045
Text Example
Text Example
White with #0AA045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA045; }
p { color: rgb(10,160,69); }
H1.HeaderClassName
{
color: #0AA045;
}
.AnyTagClassName
{
color: #0AA045;
}
</style>
background-color css
<style>
a { background-color: #0AA045; }
a { background-color: rgb(10,160,69); }
div.DivClassName
{
background-color: #0AA045;
}
.BgClassName
{
background-color: #0AA045;
}
</style>
border-color css
<style>
span { border-color: #0AA045; }
span { border-color: rgb(10,160,69); }
td.TdClassName
{
border-color: #0AA045;
}
.TagClassName
{
border-color: #0AA045;
}
</style>