Shades of Pigment Green #0AA04B
Tints of Pigment Green #0AA04B
RGB
CMYK
RGB Variations
Color information
#0AA04B (or 0x0AA04B) is known color: Pigment Green. HEX triplet: 0A, A0 and 4B. RGB value is (10,160,75). Sum of RGB (Red+Green+Blue) = 10+160+75=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 160 (62.89% from 255 or 65.31% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA04B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA04B is #F55FB4. Grayscale: #696969. Windows color (decimal): -16080821 or 4956170. OLE color: 4956170.
HSL color Cylindrical-coordinate representation of color #0AA04B: hue angle of 146º 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 #0AA04B is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 75 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.37 |
| HSL | 146º | 0.88% | 0.33% | - |
| HSV(B) | 146º | 0.94% | 0.63% | - |
| XYZ | 13.97 | 25.71 | 10.88 | - |
| YUV | 105.46 | 110.81 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 75 | 0.94 | 0 | 0.53 | 0.37 | 146 | 0.88 | 0.33 |
| Hex | A | A0 | 4B | 5E | 0 | 35 | 25 | 92 | 58 | 21 |
| Octal | 12 | 240 | 113 | 136 | 0 | 65 | 45 | 222 | 130 | 41 |
| Binary | 1010 | 10100000 | 1001011 | 1011110 | 0 | 110101 | 100101 | 10010010 | 1011000 | 100001 |
Color Harmonies of #0AA04B
Complementary color
Monochromatic Colors of #0AA04B
Black with #0AA04B
Text Example
Text Example
White with #0AA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA04B; }
p { color: rgb(10,160,75); }
H1.HeaderClassName
{
color: #0AA04B;
}
.AnyTagClassName
{
color: #0AA04B;
}
</style>
background-color css
<style>
a { background-color: #0AA04B; }
a { background-color: rgb(10,160,75); }
div.DivClassName
{
background-color: #0AA04B;
}
.BgClassName
{
background-color: #0AA04B;
}
</style>
border-color css
<style>
span { border-color: #0AA04B; }
span { border-color: rgb(10,160,75); }
td.TdClassName
{
border-color: #0AA04B;
}
.TagClassName
{
border-color: #0AA04B;
}
</style>