Shades of Pigment Green #0AA044
Tints of Pigment Green #0AA044
RGB
CMYK
RGB Variations
Color information
#0AA044 (or 0x0AA044) is known color: Pigment Green. HEX triplet: 0A, A0 and 44. RGB value is (10,160,68). Sum of RGB (Red+Green+Blue) = 10+160+68=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 160 (62.89% from 255 or 67.23% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA044 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA044 is #F55FBB. Grayscale: #686868. Windows color (decimal): -16080828 or 4497418. OLE color: 4497418.
HSL color Cylindrical-coordinate representation of color #0AA044: hue angle of 143.2º 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 #0AA044 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 68 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.37 |
| HSL | 143.2º | 0.88% | 0.33% | - |
| HSV(B) | 143.2º | 0.94% | 0.63% | - |
| XYZ | 13.74 | 25.62 | 9.69 | - |
| YUV | 104.66 | 107.31 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 68 | 0.94 | 0 | 0.57 | 0.37 | 143.2 | 0.88 | 0.33 |
| Hex | A | A0 | 44 | 5E | 0 | 39 | 25 | 8F | 58 | 21 |
| Octal | 12 | 240 | 104 | 136 | 0 | 71 | 45 | 217 | 130 | 41 |
| Binary | 1010 | 10100000 | 1000100 | 1011110 | 0 | 111001 | 100101 | 10001111 | 1011000 | 100001 |
Color Harmonies of #0AA044
Complementary color
Monochromatic Colors of #0AA044
Black with #0AA044
Text Example
Text Example
White with #0AA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA044; }
p { color: rgb(10,160,68); }
H1.HeaderClassName
{
color: #0AA044;
}
.AnyTagClassName
{
color: #0AA044;
}
</style>
background-color css
<style>
a { background-color: #0AA044; }
a { background-color: rgb(10,160,68); }
div.DivClassName
{
background-color: #0AA044;
}
.BgClassName
{
background-color: #0AA044;
}
</style>
border-color css
<style>
span { border-color: #0AA044; }
span { border-color: rgb(10,160,68); }
td.TdClassName
{
border-color: #0AA044;
}
.TagClassName
{
border-color: #0AA044;
}
</style>