Shades of Green Spring #AAB790
Tints of Green Spring #AAB790
RGB
CMYK
RGB Variations
Color information
#AAB790 (or 0xAAB790) is known color: Green Spring. HEX triplet: AA, B7 and 90. RGB value is (170,183,144). Sum of RGB (Red+Green+Blue) = 170+183+144=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB790 is #55486F. Grayscale: #AEAEAE. Windows color (decimal): -5589104 or 9484202. OLE color: 9484202.
HSL color Cylindrical-coordinate representation of color #AAB790: hue angle of 80º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAB790 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 144 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.28 |
| HSL | 80º | 0.21% | 0.64% | - |
| HSV(B) | 80º | 0.21% | 0.72% | - |
| XYZ | 38.55 | 44.43 | 32.93 | - |
| YUV | 174.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 144 | 0.07 | 0 | 0.21 | 0.28 | 80 | 0.21 | 0.64 |
| Hex | AA | B7 | 90 | 7 | 0 | 15 | 1C | 50 | 15 | 40 |
| Octal | 252 | 267 | 220 | 7 | 0 | 25 | 34 | 120 | 25 | 100 |
| Binary | 10101010 | 10110111 | 10010000 | 111 | 0 | 10101 | 11100 | 1010000 | 10101 | 1000000 |
Color Harmonies of #AAB790
Complementary color
Monochromatic Colors of #AAB790
Black with #AAB790
Text Example
Text Example
White with #AAB790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB790; }
p { color: rgb(170,183,144); }
H1.HeaderClassName
{
color: #AAB790;
}
.AnyTagClassName
{
color: #AAB790;
}
</style>
background-color css
<style>
a { background-color: #AAB790; }
a { background-color: rgb(170,183,144); }
div.DivClassName
{
background-color: #AAB790;
}
.BgClassName
{
background-color: #AAB790;
}
</style>
border-color css
<style>
span { border-color: #AAB790; }
span { border-color: rgb(170,183,144); }
td.TdClassName
{
border-color: #AAB790;
}
.TagClassName
{
border-color: #AAB790;
}
</style>