Shades of Green Spring #AAB58E
Tints of Green Spring #AAB58E
RGB
CMYK
RGB Variations
Color information
#AAB58E (or 0xAAB58E) is known color: Green Spring. HEX triplet: AA, B5 and 8E. RGB value is (170,181,142). Sum of RGB (Red+Green+Blue) = 170+181+142=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB58E is #554A71. Grayscale: #ADADAD. Windows color (decimal): -5589618 or 9352618. OLE color: 9352618.
HSL color Cylindrical-coordinate representation of color #AAB58E: hue angle of 76.92º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAB58E is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 142 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.29 |
| HSL | 76.92º | 0.21% | 0.63% | - |
| HSV(B) | 76.92º | 0.22% | 0.71% | - |
| XYZ | 37.98 | 43.55 | 31.99 | - |
| YUV | 173.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 142 | 0.06 | 0 | 0.22 | 0.29 | 76.92 | 0.21 | 0.63 |
| Hex | AA | B5 | 8E | 6 | 0 | 16 | 1D | 4D | 15 | 3F |
| Octal | 252 | 265 | 216 | 6 | 0 | 26 | 35 | 115 | 25 | 77 |
| Binary | 10101010 | 10110101 | 10001110 | 110 | 0 | 10110 | 11101 | 1001101 | 10101 | 111111 |
Color Harmonies of #AAB58E
Complementary color
Monochromatic Colors of #AAB58E
Black with #AAB58E
Text Example
Text Example
White with #AAB58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB58E; }
p { color: rgb(170,181,142); }
H1.HeaderClassName
{
color: #AAB58E;
}
.AnyTagClassName
{
color: #AAB58E;
}
</style>
background-color css
<style>
a { background-color: #AAB58E; }
a { background-color: rgb(170,181,142); }
div.DivClassName
{
background-color: #AAB58E;
}
.BgClassName
{
background-color: #AAB58E;
}
</style>
border-color css
<style>
span { border-color: #AAB58E; }
span { border-color: rgb(170,181,142); }
td.TdClassName
{
border-color: #AAB58E;
}
.TagClassName
{
border-color: #AAB58E;
}
</style>