Shades of Green Spring #AAB194
Tints of Green Spring #AAB194
RGB
CMYK
RGB Variations
Color information
#AAB194 (or 0xAAB194) is known color: Green Spring. HEX triplet: AA, B1 and 94. RGB value is (170,177,148). Sum of RGB (Red+Green+Blue) = 170+177+148=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB194 is #554E6B. Grayscale: #ABABAB. Windows color (decimal): -5590636 or 9744810. OLE color: 9744810.
HSL color Cylindrical-coordinate representation of color #AAB194: hue angle of 74.48º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAB194 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 148 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.31 |
| HSL | 74.48º | 0.16% | 0.64% | - |
| HSV(B) | 74.48º | 0.16% | 0.69% | - |
| XYZ | 37.65 | 42.13 | 34.16 | - |
| YUV | 171.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 148 | 0.04 | 0 | 0.16 | 0.31 | 74.48 | 0.16 | 0.64 |
| Hex | AA | B1 | 94 | 4 | 0 | 10 | 1F | 4A | 10 | 40 |
| Octal | 252 | 261 | 224 | 4 | 0 | 20 | 37 | 112 | 20 | 100 |
| Binary | 10101010 | 10110001 | 10010100 | 100 | 0 | 10000 | 11111 | 1001010 | 10000 | 1000000 |
Color Harmonies of #AAB194
Complementary color
Monochromatic Colors of #AAB194
Black with #AAB194
Text Example
Text Example
White with #AAB194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB194; }
p { color: rgb(170,177,148); }
H1.HeaderClassName
{
color: #AAB194;
}
.AnyTagClassName
{
color: #AAB194;
}
</style>
background-color css
<style>
a { background-color: #AAB194; }
a { background-color: rgb(170,177,148); }
div.DivClassName
{
background-color: #AAB194;
}
.BgClassName
{
background-color: #AAB194;
}
</style>
border-color css
<style>
span { border-color: #AAB194; }
span { border-color: rgb(170,177,148); }
td.TdClassName
{
border-color: #AAB194;
}
.TagClassName
{
border-color: #AAB194;
}
</style>