Shades of Green Spring #AAAC9F
Tints of Green Spring #AAAC9F
RGB
CMYK
RGB Variations
Color information
#AAAC9F (or 0xAAAC9F) is known color: Green Spring. HEX triplet: AA, AC and 9F. RGB value is (170,172,159). Sum of RGB (Red+Green+Blue) = 170+172+159=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC9F is #555360. Grayscale: #A9A9A9. Windows color (decimal): -5591905 or 10464426. OLE color: 10464426.
HSL color Cylindrical-coordinate representation of color #AAAC9F: hue angle of 69.23º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAAC9F is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 159 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.33 |
| HSL | 69.23º | 0.07% | 0.65% | - |
| HSV(B) | 69.23º | 0.08% | 0.67% | - |
| XYZ | 37.59 | 40.55 | 38.65 | - |
| YUV | 169.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 159 | 0.01 | 0 | 0.08 | 0.33 | 69.23 | 0.07 | 0.65 |
| Hex | AA | AC | 9F | 1 | 0 | 8 | 21 | 45 | 7 | 41 |
| Octal | 252 | 254 | 237 | 1 | 0 | 10 | 41 | 105 | 7 | 101 |
| Binary | 10101010 | 10101100 | 10011111 | 1 | 0 | 1000 | 100001 | 1000101 | 111 | 1000001 |
Color Harmonies of #AAAC9F
Complementary color
Monochromatic Colors of #AAAC9F
Black with #AAAC9F
Text Example
Text Example
White with #AAAC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC9F; }
p { color: rgb(170,172,159); }
H1.HeaderClassName
{
color: #AAAC9F;
}
.AnyTagClassName
{
color: #AAAC9F;
}
</style>
background-color css
<style>
a { background-color: #AAAC9F; }
a { background-color: rgb(170,172,159); }
div.DivClassName
{
background-color: #AAAC9F;
}
.BgClassName
{
background-color: #AAAC9F;
}
</style>
border-color css
<style>
span { border-color: #AAAC9F; }
span { border-color: rgb(170,172,159); }
td.TdClassName
{
border-color: #AAAC9F;
}
.TagClassName
{
border-color: #AAAC9F;
}
</style>