Shades of Dark Pastel Green #10AA32
Tints of Dark Pastel Green #10AA32
RGB
CMYK
RGB Variations
Color information
#10AA32 (or 0x10AA32) is known color: Dark Pastel Green. HEX triplet: 10, AA and 32. RGB value is (16,170,50). Sum of RGB (Red+Green+Blue) = 16+170+50=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 170 (66.80% from 255 or 72.03% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AA32 is #EF55CD. Grayscale: #6E6E6E. Windows color (decimal): -15685070 or 3320336. OLE color: 3320336.
HSL color Cylindrical-coordinate representation of color #10AA32: hue angle of 133.25º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA32 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 50 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.33 |
| HSL | 133.25º | 0.83% | 0.36% | - |
| HSV(B) | 133.25º | 0.91% | 0.67% | - |
| XYZ | 15.16 | 29.09 | 7.83 | - |
| YUV | 110.27 | 93.98 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 50 | 0.91 | 0 | 0.71 | 0.33 | 133.25 | 0.83 | 0.36 |
| Hex | 10 | AA | 32 | 5B | 0 | 47 | 21 | 85 | 53 | 24 |
| Octal | 20 | 252 | 62 | 133 | 0 | 107 | 41 | 205 | 123 | 44 |
| Binary | 10000 | 10101010 | 110010 | 1011011 | 0 | 1000111 | 100001 | 10000101 | 1010011 | 100100 |
Color Harmonies of #10AA32
Complementary color
Monochromatic Colors of #10AA32
Black with #10AA32
Text Example
Text Example
White with #10AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA32; }
p { color: rgb(16,170,50); }
H1.HeaderClassName
{
color: #10AA32;
}
.AnyTagClassName
{
color: #10AA32;
}
</style>
background-color css
<style>
a { background-color: #10AA32; }
a { background-color: rgb(16,170,50); }
div.DivClassName
{
background-color: #10AA32;
}
.BgClassName
{
background-color: #10AA32;
}
</style>
border-color css
<style>
span { border-color: #10AA32; }
span { border-color: rgb(16,170,50); }
td.TdClassName
{
border-color: #10AA32;
}
.TagClassName
{
border-color: #10AA32;
}
</style>