Shades of Green Spring #AAB598
Tints of Green Spring #AAB598
RGB
CMYK
RGB Variations
Color information
#AAB598 (or 0xAAB598) is known color: Green Spring. HEX triplet: AA, B5 and 98. RGB value is (170,181,152). Sum of RGB (Red+Green+Blue) = 170+181+152=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB598 is #554A67. Grayscale: #AEAEAE. Windows color (decimal): -5589608 or 10007978. OLE color: 10007978.
HSL color Cylindrical-coordinate representation of color #AAB598: hue angle of 82.76º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAB598 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 152 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.29 |
| HSL | 82.76º | 0.16% | 0.65% | - |
| HSV(B) | 82.76º | 0.16% | 0.71% | - |
| XYZ | 38.77 | 43.86 | 36.13 | - |
| YUV | 174.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 152 | 0.06 | 0 | 0.16 | 0.29 | 82.76 | 0.16 | 0.65 |
| Hex | AA | B5 | 98 | 6 | 0 | 10 | 1D | 53 | 10 | 41 |
| Octal | 252 | 265 | 230 | 6 | 0 | 20 | 35 | 123 | 20 | 101 |
| Binary | 10101010 | 10110101 | 10011000 | 110 | 0 | 10000 | 11101 | 1010011 | 10000 | 1000001 |
Color Harmonies of #AAB598
Complementary color
Monochromatic Colors of #AAB598
Black with #AAB598
Text Example
Text Example
White with #AAB598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB598; }
p { color: rgb(170,181,152); }
H1.HeaderClassName
{
color: #AAB598;
}
.AnyTagClassName
{
color: #AAB598;
}
</style>
background-color css
<style>
a { background-color: #AAB598; }
a { background-color: rgb(170,181,152); }
div.DivClassName
{
background-color: #AAB598;
}
.BgClassName
{
background-color: #AAB598;
}
</style>
border-color css
<style>
span { border-color: #AAB598; }
span { border-color: rgb(170,181,152); }
td.TdClassName
{
border-color: #AAB598;
}
.TagClassName
{
border-color: #AAB598;
}
</style>