Shades of Dark Pastel Green #0AA722
Tints of Dark Pastel Green #0AA722
RGB
CMYK
RGB Variations
Color information
#0AA722 (or 0x0AA722) is known color: Dark Pastel Green. HEX triplet: 0A, A7 and 22. RGB value is (10,167,34). Sum of RGB (Red+Green+Blue) = 10+167+34=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 167 (65.62% from 255 or 79.15% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA722 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA722 is #F558DD. Grayscale: #696969. Windows color (decimal): -16079070 or 2270986. OLE color: 2270986.
HSL color Cylindrical-coordinate representation of color #0AA722: hue angle of 129.17º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA722 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 167 | 34 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.35 |
| HSL | 129.17º | 0.89% | 0.35% | - |
| HSV(B) | 129.17º | 0.94% | 0.65% | - |
| XYZ | 14.23 | 27.82 | 6.13 | - |
| YUV | 104.9 | 87.99 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 167 | 34 | 0.94 | 0 | 0.80 | 0.35 | 129.17 | 0.89 | 0.35 |
| Hex | A | A7 | 22 | 5E | 0 | 50 | 23 | 81 | 59 | 23 |
| Octal | 12 | 247 | 42 | 136 | 0 | 120 | 43 | 201 | 131 | 43 |
| Binary | 1010 | 10100111 | 100010 | 1011110 | 0 | 1010000 | 100011 | 10000001 | 1011001 | 100011 |
Color Harmonies of #0AA722
Complementary color
Monochromatic Colors of #0AA722
Black with #0AA722
Text Example
Text Example
White with #0AA722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA722; }
p { color: rgb(10,167,34); }
H1.HeaderClassName
{
color: #0AA722;
}
.AnyTagClassName
{
color: #0AA722;
}
</style>
background-color css
<style>
a { background-color: #0AA722; }
a { background-color: rgb(10,167,34); }
div.DivClassName
{
background-color: #0AA722;
}
.BgClassName
{
background-color: #0AA722;
}
</style>
border-color css
<style>
span { border-color: #0AA722; }
span { border-color: rgb(10,167,34); }
td.TdClassName
{
border-color: #0AA722;
}
.TagClassName
{
border-color: #0AA722;
}
</style>