Shades of Pigment Green #0AA055
Tints of Pigment Green #0AA055
RGB
CMYK
RGB Variations
Color information
#0AA055 (or 0x0AA055) is known color: Pigment Green. HEX triplet: 0A, A0 and 55. RGB value is (10,160,85). Sum of RGB (Red+Green+Blue) = 10+160+85=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 160 (62.89% from 255 or 62.75% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA055 is #F55FAA. Grayscale: #6A6A6A. Windows color (decimal): -16080811 or 5611530. OLE color: 5611530.
HSL color Cylindrical-coordinate representation of color #0AA055: hue angle of 150º 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 #0AA055 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 85 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.37 |
| HSL | 150º | 0.88% | 0.33% | - |
| HSV(B) | 150º | 0.94% | 0.63% | - |
| XYZ | 14.34 | 25.86 | 12.83 | - |
| YUV | 106.6 | 115.81 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 85 | 0.94 | 0 | 0.47 | 0.37 | 150 | 0.88 | 0.33 |
| Hex | A | A0 | 55 | 5E | 0 | 2F | 25 | 96 | 58 | 21 |
| Octal | 12 | 240 | 125 | 136 | 0 | 57 | 45 | 226 | 130 | 41 |
| Binary | 1010 | 10100000 | 1010101 | 1011110 | 0 | 101111 | 100101 | 10010110 | 1011000 | 100001 |
Color Harmonies of #0AA055
Complementary color
Monochromatic Colors of #0AA055
Black with #0AA055
Text Example
Text Example
White with #0AA055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA055; }
p { color: rgb(10,160,85); }
H1.HeaderClassName
{
color: #0AA055;
}
.AnyTagClassName
{
color: #0AA055;
}
</style>
background-color css
<style>
a { background-color: #0AA055; }
a { background-color: rgb(10,160,85); }
div.DivClassName
{
background-color: #0AA055;
}
.BgClassName
{
background-color: #0AA055;
}
</style>
border-color css
<style>
span { border-color: #0AA055; }
span { border-color: rgb(10,160,85); }
td.TdClassName
{
border-color: #0AA055;
}
.TagClassName
{
border-color: #0AA055;
}
</style>