Shades of Dark Pastel Green #0AA032
Tints of Dark Pastel Green #0AA032
RGB
CMYK
RGB Variations
Color information
#0AA032 (or 0x0AA032) is known color: Dark Pastel Green. HEX triplet: 0A, A0 and 32. RGB value is (10,160,50). Sum of RGB (Red+Green+Blue) = 10+160+50=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 160 (62.89% from 255 or 72.73% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA032 is #F55FCD. Grayscale: #666666. Windows color (decimal): -16080846 or 3317770. OLE color: 3317770.
HSL color Cylindrical-coordinate representation of color #0AA032: hue angle of 136º 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 #0AA032 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 50 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.37 |
| HSL | 136º | 0.88% | 0.33% | - |
| HSV(B) | 136º | 0.94% | 0.63% | - |
| XYZ | 13.27 | 25.44 | 7.23 | - |
| YUV | 102.61 | 98.31 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 50 | 0.94 | 0 | 0.69 | 0.37 | 136 | 0.88 | 0.33 |
| Hex | A | A0 | 32 | 5E | 0 | 45 | 25 | 88 | 58 | 21 |
| Octal | 12 | 240 | 62 | 136 | 0 | 105 | 45 | 210 | 130 | 41 |
| Binary | 1010 | 10100000 | 110010 | 1011110 | 0 | 1000101 | 100101 | 10001000 | 1011000 | 100001 |
Color Harmonies of #0AA032
Complementary color
Monochromatic Colors of #0AA032
Black with #0AA032
Text Example
Text Example
White with #0AA032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA032; }
p { color: rgb(10,160,50); }
H1.HeaderClassName
{
color: #0AA032;
}
.AnyTagClassName
{
color: #0AA032;
}
</style>
background-color css
<style>
a { background-color: #0AA032; }
a { background-color: rgb(10,160,50); }
div.DivClassName
{
background-color: #0AA032;
}
.BgClassName
{
background-color: #0AA032;
}
</style>
border-color css
<style>
span { border-color: #0AA032; }
span { border-color: rgb(10,160,50); }
td.TdClassName
{
border-color: #0AA032;
}
.TagClassName
{
border-color: #0AA032;
}
</style>