Shades of Green Spring #AAB78D
Tints of Green Spring #AAB78D
RGB
CMYK
RGB Variations
Color information
#AAB78D (or 0xAAB78D) is known color: Green Spring. HEX triplet: AA, B7 and 8D. RGB value is (170,183,141). Sum of RGB (Red+Green+Blue) = 170+183+141=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB78D is #554872. Grayscale: #AEAEAE. Windows color (decimal): -5589107 or 9287594. OLE color: 9287594.
HSL color Cylindrical-coordinate representation of color #AAB78D: hue angle of 78.57º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB78D is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 141 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.28 |
| HSL | 78.57º | 0.23% | 0.64% | - |
| HSV(B) | 78.57º | 0.23% | 0.72% | - |
| XYZ | 38.32 | 44.34 | 31.74 | - |
| YUV | 174.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 141 | 0.07 | 0 | 0.23 | 0.28 | 78.57 | 0.23 | 0.64 |
| Hex | AA | B7 | 8D | 7 | 0 | 17 | 1C | 4F | 17 | 40 |
| Octal | 252 | 267 | 215 | 7 | 0 | 27 | 34 | 117 | 27 | 100 |
| Binary | 10101010 | 10110111 | 10001101 | 111 | 0 | 10111 | 11100 | 1001111 | 10111 | 1000000 |
Color Harmonies of #AAB78D
Complementary color
Monochromatic Colors of #AAB78D
Black with #AAB78D
Text Example
Text Example
White with #AAB78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB78D; }
p { color: rgb(170,183,141); }
H1.HeaderClassName
{
color: #AAB78D;
}
.AnyTagClassName
{
color: #AAB78D;
}
</style>
background-color css
<style>
a { background-color: #AAB78D; }
a { background-color: rgb(170,183,141); }
div.DivClassName
{
background-color: #AAB78D;
}
.BgClassName
{
background-color: #AAB78D;
}
</style>
border-color css
<style>
span { border-color: #AAB78D; }
span { border-color: rgb(170,183,141); }
td.TdClassName
{
border-color: #AAB78D;
}
.TagClassName
{
border-color: #AAB78D;
}
</style>