Shades of Green Spring #AAB399
Tints of Green Spring #AAB399
RGB
CMYK
RGB Variations
Color information
#AAB399 (or 0xAAB399) is known color: Green Spring. HEX triplet: AA, B3 and 99. RGB value is (170,179,153). Sum of RGB (Red+Green+Blue) = 170+179+153=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB399 is #554C66. Grayscale: #ADADAD. Windows color (decimal): -5590119 or 10073002. OLE color: 10073002.
HSL color Cylindrical-coordinate representation of color #AAB399: hue angle of 80.77º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB399 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 153 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.30 |
| HSL | 80.77º | 0.15% | 0.65% | - |
| HSV(B) | 80.77º | 0.15% | 0.7% | - |
| XYZ | 38.45 | 43.09 | 36.43 | - |
| YUV | 173.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 153 | 0.05 | 0 | 0.15 | 0.30 | 80.77 | 0.15 | 0.65 |
| Hex | AA | B3 | 99 | 5 | 0 | F | 1E | 51 | F | 41 |
| Octal | 252 | 263 | 231 | 5 | 0 | 17 | 36 | 121 | 17 | 101 |
| Binary | 10101010 | 10110011 | 10011001 | 101 | 0 | 1111 | 11110 | 1010001 | 1111 | 1000001 |
Color Harmonies of #AAB399
Complementary color
Monochromatic Colors of #AAB399
Black with #AAB399
Text Example
Text Example
White with #AAB399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB399; }
p { color: rgb(170,179,153); }
H1.HeaderClassName
{
color: #AAB399;
}
.AnyTagClassName
{
color: #AAB399;
}
</style>
background-color css
<style>
a { background-color: #AAB399; }
a { background-color: rgb(170,179,153); }
div.DivClassName
{
background-color: #AAB399;
}
.BgClassName
{
background-color: #AAB399;
}
</style>
border-color css
<style>
span { border-color: #AAB399; }
span { border-color: rgb(170,179,153); }
td.TdClassName
{
border-color: #AAB399;
}
.TagClassName
{
border-color: #AAB399;
}
</style>