Shades of Green Spring #AAB78E
Tints of Green Spring #AAB78E
RGB
CMYK
RGB Variations
Color information
#AAB78E (or 0xAAB78E) is known color: Green Spring. HEX triplet: AA, B7 and 8E. RGB value is (170,183,142). Sum of RGB (Red+Green+Blue) = 170+183+142=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB78E is #554871. Grayscale: #AEAEAE. Windows color (decimal): -5589106 or 9353130. OLE color: 9353130.
HSL color Cylindrical-coordinate representation of color #AAB78E: hue angle of 79.02º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAB78E is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 142 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.28 |
| HSL | 79.02º | 0.22% | 0.64% | - |
| HSV(B) | 79.02º | 0.22% | 0.72% | - |
| XYZ | 38.39 | 44.37 | 32.13 | - |
| YUV | 174.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 142 | 0.07 | 0 | 0.22 | 0.28 | 79.02 | 0.22 | 0.64 |
| Hex | AA | B7 | 8E | 7 | 0 | 16 | 1C | 4F | 16 | 40 |
| Octal | 252 | 267 | 216 | 7 | 0 | 26 | 34 | 117 | 26 | 100 |
| Binary | 10101010 | 10110111 | 10001110 | 111 | 0 | 10110 | 11100 | 1001111 | 10110 | 1000000 |
Color Harmonies of #AAB78E
Complementary color
Monochromatic Colors of #AAB78E
Black with #AAB78E
Text Example
Text Example
White with #AAB78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB78E; }
p { color: rgb(170,183,142); }
H1.HeaderClassName
{
color: #AAB78E;
}
.AnyTagClassName
{
color: #AAB78E;
}
</style>
background-color css
<style>
a { background-color: #AAB78E; }
a { background-color: rgb(170,183,142); }
div.DivClassName
{
background-color: #AAB78E;
}
.BgClassName
{
background-color: #AAB78E;
}
</style>
border-color css
<style>
span { border-color: #AAB78E; }
span { border-color: rgb(170,183,142); }
td.TdClassName
{
border-color: #AAB78E;
}
.TagClassName
{
border-color: #AAB78E;
}
</style>