Shades of Green Spring #AAB48E
Tints of Green Spring #AAB48E
RGB
CMYK
RGB Variations
Color information
#AAB48E (or 0xAAB48E) is known color: Green Spring. HEX triplet: AA, B4 and 8E. RGB value is (170,180,142). Sum of RGB (Red+Green+Blue) = 170+180+142=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB48E is #554B71. Grayscale: #ACACAC. Windows color (decimal): -5589874 or 9352362. OLE color: 9352362.
HSL color Cylindrical-coordinate representation of color #AAB48E: hue angle of 75.79º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAB48E is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 142 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.29 |
| HSL | 75.79º | 0.2% | 0.63% | - |
| HSV(B) | 75.79º | 0.21% | 0.71% | - |
| XYZ | 37.78 | 43.14 | 31.93 | - |
| YUV | 172.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 142 | 0.06 | 0 | 0.21 | 0.29 | 75.79 | 0.2 | 0.63 |
| Hex | AA | B4 | 8E | 6 | 0 | 15 | 1D | 4C | 14 | 3F |
| Octal | 252 | 264 | 216 | 6 | 0 | 25 | 35 | 114 | 24 | 77 |
| Binary | 10101010 | 10110100 | 10001110 | 110 | 0 | 10101 | 11101 | 1001100 | 10100 | 111111 |
Color Harmonies of #AAB48E
Complementary color
Monochromatic Colors of #AAB48E
Black with #AAB48E
Text Example
Text Example
White with #AAB48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB48E; }
p { color: rgb(170,180,142); }
H1.HeaderClassName
{
color: #AAB48E;
}
.AnyTagClassName
{
color: #AAB48E;
}
</style>
background-color css
<style>
a { background-color: #AAB48E; }
a { background-color: rgb(170,180,142); }
div.DivClassName
{
background-color: #AAB48E;
}
.BgClassName
{
background-color: #AAB48E;
}
</style>
border-color css
<style>
span { border-color: #AAB48E; }
span { border-color: rgb(170,180,142); }
td.TdClassName
{
border-color: #AAB48E;
}
.TagClassName
{
border-color: #AAB48E;
}
</style>