Shades of Green Spring #AAB499
Tints of Green Spring #AAB499
RGB
CMYK
RGB Variations
Color information
#AAB499 (or 0xAAB499) is known color: Green Spring. HEX triplet: AA, B4 and 99. RGB value is (170,180,153). Sum of RGB (Red+Green+Blue) = 170+180+153=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB499 is #554B66. Grayscale: #AEAEAE. Windows color (decimal): -5589863 or 10073258. OLE color: 10073258.
HSL color Cylindrical-coordinate representation of color #AAB499: hue angle of 82.22º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB499 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 153 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.29 |
| HSL | 82.22º | 0.15% | 0.65% | - |
| HSV(B) | 82.22º | 0.15% | 0.71% | - |
| XYZ | 38.65 | 43.49 | 36.49 | - |
| YUV | 173.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 153 | 0.06 | 0 | 0.15 | 0.29 | 82.22 | 0.15 | 0.65 |
| Hex | AA | B4 | 99 | 6 | 0 | F | 1D | 52 | F | 41 |
| Octal | 252 | 264 | 231 | 6 | 0 | 17 | 35 | 122 | 17 | 101 |
| Binary | 10101010 | 10110100 | 10011001 | 110 | 0 | 1111 | 11101 | 1010010 | 1111 | 1000001 |
Color Harmonies of #AAB499
Complementary color
Monochromatic Colors of #AAB499
Black with #AAB499
Text Example
Text Example
White with #AAB499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB499; }
p { color: rgb(170,180,153); }
H1.HeaderClassName
{
color: #AAB499;
}
.AnyTagClassName
{
color: #AAB499;
}
</style>
background-color css
<style>
a { background-color: #AAB499; }
a { background-color: rgb(170,180,153); }
div.DivClassName
{
background-color: #AAB499;
}
.BgClassName
{
background-color: #AAB499;
}
</style>
border-color css
<style>
span { border-color: #AAB499; }
span { border-color: rgb(170,180,153); }
td.TdClassName
{
border-color: #AAB499;
}
.TagClassName
{
border-color: #AAB499;
}
</style>