Shades of Green Spring #AAB398
Tints of Green Spring #AAB398
RGB
CMYK
RGB Variations
Color information
#AAB398 (or 0xAAB398) is known color: Green Spring. HEX triplet: AA, B3 and 98. RGB value is (170,179,152). Sum of RGB (Red+Green+Blue) = 170+179+152=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB398 is #554C67. Grayscale: #ADADAD. Windows color (decimal): -5590120 or 10007466. OLE color: 10007466.
HSL color Cylindrical-coordinate representation of color #AAB398: hue angle of 80º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB398 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 152 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.30 |
| HSL | 80º | 0.15% | 0.65% | - |
| HSV(B) | 80º | 0.15% | 0.7% | - |
| XYZ | 38.37 | 43.05 | 35.99 | - |
| YUV | 173.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 152 | 0.05 | 0 | 0.15 | 0.30 | 80 | 0.15 | 0.65 |
| Hex | AA | B3 | 98 | 5 | 0 | F | 1E | 50 | F | 41 |
| Octal | 252 | 263 | 230 | 5 | 0 | 17 | 36 | 120 | 17 | 101 |
| Binary | 10101010 | 10110011 | 10011000 | 101 | 0 | 1111 | 11110 | 1010000 | 1111 | 1000001 |
Color Harmonies of #AAB398
Complementary color
Monochromatic Colors of #AAB398
Black with #AAB398
Text Example
Text Example
White with #AAB398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB398; }
p { color: rgb(170,179,152); }
H1.HeaderClassName
{
color: #AAB398;
}
.AnyTagClassName
{
color: #AAB398;
}
</style>
background-color css
<style>
a { background-color: #AAB398; }
a { background-color: rgb(170,179,152); }
div.DivClassName
{
background-color: #AAB398;
}
.BgClassName
{
background-color: #AAB398;
}
</style>
border-color css
<style>
span { border-color: #AAB398; }
span { border-color: rgb(170,179,152); }
td.TdClassName
{
border-color: #AAB398;
}
.TagClassName
{
border-color: #AAB398;
}
</style>