Shades of Dark Pastel Green #0AAA32
Tints of Dark Pastel Green #0AAA32
RGB
CMYK
RGB Variations
Color information
#0AAA32 (or 0x0AAA32) is known color: Dark Pastel Green. HEX triplet: 0A, AA and 32. RGB value is (10,170,50). Sum of RGB (Red+Green+Blue) = 10+170+50=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 170 (66.80% from 255 or 73.91% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA32 is #F555CD. Grayscale: #6C6C6C. Windows color (decimal): -16078286 or 3320330. OLE color: 3320330.
HSL color Cylindrical-coordinate representation of color #0AAA32: hue angle of 135º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA32 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 50 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.33 |
| HSL | 135º | 0.89% | 0.35% | - |
| HSV(B) | 135º | 0.94% | 0.67% | - |
| XYZ | 15.08 | 29.04 | 7.83 | - |
| YUV | 108.48 | 94.99 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 50 | 0.94 | 0 | 0.71 | 0.33 | 135 | 0.89 | 0.35 |
| Hex | A | AA | 32 | 5E | 0 | 47 | 21 | 87 | 59 | 23 |
| Octal | 12 | 252 | 62 | 136 | 0 | 107 | 41 | 207 | 131 | 43 |
| Binary | 1010 | 10101010 | 110010 | 1011110 | 0 | 1000111 | 100001 | 10000111 | 1011001 | 100011 |
Color Harmonies of #0AAA32
Complementary color
Monochromatic Colors of #0AAA32
Black with #0AAA32
Text Example
Text Example
White with #0AAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA32; }
p { color: rgb(10,170,50); }
H1.HeaderClassName
{
color: #0AAA32;
}
.AnyTagClassName
{
color: #0AAA32;
}
</style>
background-color css
<style>
a { background-color: #0AAA32; }
a { background-color: rgb(10,170,50); }
div.DivClassName
{
background-color: #0AAA32;
}
.BgClassName
{
background-color: #0AAA32;
}
</style>
border-color css
<style>
span { border-color: #0AAA32; }
span { border-color: rgb(10,170,50); }
td.TdClassName
{
border-color: #0AAA32;
}
.TagClassName
{
border-color: #0AAA32;
}
</style>