Shades of Green Spring #AAB393
Tints of Green Spring #AAB393
RGB
CMYK
RGB Variations
Color information
#AAB393 (or 0xAAB393) is known color: Green Spring. HEX triplet: AA, B3 and 93. RGB value is (170,179,147). Sum of RGB (Red+Green+Blue) = 170+179+147=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB393 is #554C6C. Grayscale: #ACACAC. Windows color (decimal): -5590125 or 9679786. OLE color: 9679786.
HSL color Cylindrical-coordinate representation of color #AAB393: hue angle of 76.88º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAB393 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 147 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.30 |
| HSL | 76.88º | 0.17% | 0.64% | - |
| HSV(B) | 76.88º | 0.18% | 0.7% | - |
| XYZ | 37.96 | 42.89 | 33.88 | - |
| YUV | 172.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 147 | 0.05 | 0 | 0.18 | 0.30 | 76.88 | 0.17 | 0.64 |
| Hex | AA | B3 | 93 | 5 | 0 | 12 | 1E | 4D | 11 | 40 |
| Octal | 252 | 263 | 223 | 5 | 0 | 22 | 36 | 115 | 21 | 100 |
| Binary | 10101010 | 10110011 | 10010011 | 101 | 0 | 10010 | 11110 | 1001101 | 10001 | 1000000 |
Color Harmonies of #AAB393
Complementary color
Monochromatic Colors of #AAB393
Black with #AAB393
Text Example
Text Example
White with #AAB393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB393; }
p { color: rgb(170,179,147); }
H1.HeaderClassName
{
color: #AAB393;
}
.AnyTagClassName
{
color: #AAB393;
}
</style>
background-color css
<style>
a { background-color: #AAB393; }
a { background-color: rgb(170,179,147); }
div.DivClassName
{
background-color: #AAB393;
}
.BgClassName
{
background-color: #AAB393;
}
</style>
border-color css
<style>
span { border-color: #AAB393; }
span { border-color: rgb(170,179,147); }
td.TdClassName
{
border-color: #AAB393;
}
.TagClassName
{
border-color: #AAB393;
}
</style>