Shades of Green Spring #AAB58C
Tints of Green Spring #AAB58C
RGB
CMYK
RGB Variations
Color information
#AAB58C (or 0xAAB58C) is known color: Green Spring. HEX triplet: AA, B5 and 8C. RGB value is (170,181,140). Sum of RGB (Red+Green+Blue) = 170+181+140=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB58C is #554A73. Grayscale: #ADADAD. Windows color (decimal): -5589620 or 9221546. OLE color: 9221546.
HSL color Cylindrical-coordinate representation of color #AAB58C: hue angle of 76.1º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB58C is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 140 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.29 |
| HSL | 76.1º | 0.22% | 0.63% | - |
| HSV(B) | 76.1º | 0.23% | 0.71% | - |
| XYZ | 37.84 | 43.49 | 31.21 | - |
| YUV | 173.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 140 | 0.06 | 0 | 0.23 | 0.29 | 76.1 | 0.22 | 0.63 |
| Hex | AA | B5 | 8C | 6 | 0 | 17 | 1D | 4C | 16 | 3F |
| Octal | 252 | 265 | 214 | 6 | 0 | 27 | 35 | 114 | 26 | 77 |
| Binary | 10101010 | 10110101 | 10001100 | 110 | 0 | 10111 | 11101 | 1001100 | 10110 | 111111 |
Color Harmonies of #AAB58C
Complementary color
Monochromatic Colors of #AAB58C
Black with #AAB58C
Text Example
Text Example
White with #AAB58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB58C; }
p { color: rgb(170,181,140); }
H1.HeaderClassName
{
color: #AAB58C;
}
.AnyTagClassName
{
color: #AAB58C;
}
</style>
background-color css
<style>
a { background-color: #AAB58C; }
a { background-color: rgb(170,181,140); }
div.DivClassName
{
background-color: #AAB58C;
}
.BgClassName
{
background-color: #AAB58C;
}
</style>
border-color css
<style>
span { border-color: #AAB58C; }
span { border-color: rgb(170,181,140); }
td.TdClassName
{
border-color: #AAB58C;
}
.TagClassName
{
border-color: #AAB58C;
}
</style>