Shades of Dark Pastel Green #0AAD32
Tints of Dark Pastel Green #0AAD32
RGB
CMYK
RGB Variations
Color information
#0AAD32 (or 0x0AAD32) is known color: Dark Pastel Green. HEX triplet: 0A, AD and 32. RGB value is (10,173,50). Sum of RGB (Red+Green+Blue) = 10+173+50=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 173 (67.97% from 255 or 74.25% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAD32 is #F552CD. Grayscale: #6E6E6E. Windows color (decimal): -16077518 or 3321098. OLE color: 3321098.
HSL color Cylindrical-coordinate representation of color #0AAD32: hue angle of 134.72º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAD32 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 173 | 50 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.32 |
| HSL | 134.72º | 0.89% | 0.36% | - |
| HSV(B) | 134.72º | 0.94% | 0.68% | - |
| XYZ | 15.64 | 30.18 | 8.02 | - |
| YUV | 110.24 | 94 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 50 | 0.94 | 0 | 0.71 | 0.32 | 134.72 | 0.89 | 0.36 |
| Hex | A | AD | 32 | 5E | 0 | 47 | 20 | 87 | 59 | 24 |
| Octal | 12 | 255 | 62 | 136 | 0 | 107 | 40 | 207 | 131 | 44 |
| Binary | 1010 | 10101101 | 110010 | 1011110 | 0 | 1000111 | 100000 | 10000111 | 1011001 | 100100 |
Color Harmonies of #0AAD32
Complementary color
Monochromatic Colors of #0AAD32
Black with #0AAD32
Text Example
Text Example
White with #0AAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAD32; }
p { color: rgb(10,173,50); }
H1.HeaderClassName
{
color: #0AAD32;
}
.AnyTagClassName
{
color: #0AAD32;
}
</style>
background-color css
<style>
a { background-color: #0AAD32; }
a { background-color: rgb(10,173,50); }
div.DivClassName
{
background-color: #0AAD32;
}
.BgClassName
{
background-color: #0AAD32;
}
</style>
border-color css
<style>
span { border-color: #0AAD32; }
span { border-color: rgb(10,173,50); }
td.TdClassName
{
border-color: #0AAD32;
}
.TagClassName
{
border-color: #0AAD32;
}
</style>