Shades of Green Spring #AAB68E
Tints of Green Spring #AAB68E
RGB
CMYK
RGB Variations
Color information
#AAB68E (or 0xAAB68E) is known color: Green Spring. HEX triplet: AA, B6 and 8E. RGB value is (170,182,142). Sum of RGB (Red+Green+Blue) = 170+182+142=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB68E is #554971. Grayscale: #AEAEAE. Windows color (decimal): -5589362 or 9352874. OLE color: 9352874.
HSL color Cylindrical-coordinate representation of color #AAB68E: hue angle of 78º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAB68E is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 142 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.29 |
| HSL | 78º | 0.22% | 0.64% | - |
| HSV(B) | 78º | 0.22% | 0.71% | - |
| XYZ | 38.19 | 43.95 | 32.06 | - |
| YUV | 173.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 142 | 0.07 | 0 | 0.22 | 0.29 | 78 | 0.22 | 0.64 |
| Hex | AA | B6 | 8E | 7 | 0 | 16 | 1D | 4E | 16 | 40 |
| Octal | 252 | 266 | 216 | 7 | 0 | 26 | 35 | 116 | 26 | 100 |
| Binary | 10101010 | 10110110 | 10001110 | 111 | 0 | 10110 | 11101 | 1001110 | 10110 | 1000000 |
Color Harmonies of #AAB68E
Complementary color
Monochromatic Colors of #AAB68E
Black with #AAB68E
Text Example
Text Example
White with #AAB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB68E; }
p { color: rgb(170,182,142); }
H1.HeaderClassName
{
color: #AAB68E;
}
.AnyTagClassName
{
color: #AAB68E;
}
</style>
background-color css
<style>
a { background-color: #AAB68E; }
a { background-color: rgb(170,182,142); }
div.DivClassName
{
background-color: #AAB68E;
}
.BgClassName
{
background-color: #AAB68E;
}
</style>
border-color css
<style>
span { border-color: #AAB68E; }
span { border-color: rgb(170,182,142); }
td.TdClassName
{
border-color: #AAB68E;
}
.TagClassName
{
border-color: #AAB68E;
}
</style>