Shades of Pigment Green #0AA04D
Tints of Pigment Green #0AA04D
RGB
CMYK
RGB Variations
Color information
#0AA04D (or 0x0AA04D) is known color: Pigment Green. HEX triplet: 0A, A0 and 4D. RGB value is (10,160,77). Sum of RGB (Red+Green+Blue) = 10+160+77=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA04D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA04D is #F55FB2. Grayscale: #696969. Windows color (decimal): -16080819 or 5087242. OLE color: 5087242.
HSL color Cylindrical-coordinate representation of color #0AA04D: hue angle of 146.8º 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 #0AA04D is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 77 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.37 |
| HSL | 146.8º | 0.88% | 0.33% | - |
| HSV(B) | 146.8º | 0.94% | 0.63% | - |
| XYZ | 14.04 | 25.74 | 11.25 | - |
| YUV | 105.69 | 111.81 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 77 | 0.94 | 0 | 0.52 | 0.37 | 146.8 | 0.88 | 0.33 |
| Hex | A | A0 | 4D | 5E | 0 | 34 | 25 | 93 | 58 | 21 |
| Octal | 12 | 240 | 115 | 136 | 0 | 64 | 45 | 223 | 130 | 41 |
| Binary | 1010 | 10100000 | 1001101 | 1011110 | 0 | 110100 | 100101 | 10010011 | 1011000 | 100001 |
Color Harmonies of #0AA04D
Complementary color
Monochromatic Colors of #0AA04D
Black with #0AA04D
Text Example
Text Example
White with #0AA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA04D; }
p { color: rgb(10,160,77); }
H1.HeaderClassName
{
color: #0AA04D;
}
.AnyTagClassName
{
color: #0AA04D;
}
</style>
background-color css
<style>
a { background-color: #0AA04D; }
a { background-color: rgb(10,160,77); }
div.DivClassName
{
background-color: #0AA04D;
}
.BgClassName
{
background-color: #0AA04D;
}
</style>
border-color css
<style>
span { border-color: #0AA04D; }
span { border-color: rgb(10,160,77); }
td.TdClassName
{
border-color: #0AA04D;
}
.TagClassName
{
border-color: #0AA04D;
}
</style>