Shades of Green Spring #AAB290
Tints of Green Spring #AAB290
RGB
CMYK
RGB Variations
Color information
#AAB290 (or 0xAAB290) is known color: Green Spring. HEX triplet: AA, B2 and 90. RGB value is (170,178,144). Sum of RGB (Red+Green+Blue) = 170+178+144=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB290 is #554D6F. Grayscale: #ABABAB. Windows color (decimal): -5590384 or 9482922. OLE color: 9482922.
HSL color Cylindrical-coordinate representation of color #AAB290: hue angle of 74.12º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAB290 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 144 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.30 |
| HSL | 74.12º | 0.18% | 0.63% | - |
| HSV(B) | 74.12º | 0.19% | 0.7% | - |
| XYZ | 37.53 | 42.4 | 32.59 | - |
| YUV | 171.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 144 | 0.04 | 0 | 0.19 | 0.30 | 74.12 | 0.18 | 0.63 |
| Hex | AA | B2 | 90 | 4 | 0 | 13 | 1E | 4A | 12 | 3F |
| Octal | 252 | 262 | 220 | 4 | 0 | 23 | 36 | 112 | 22 | 77 |
| Binary | 10101010 | 10110010 | 10010000 | 100 | 0 | 10011 | 11110 | 1001010 | 10010 | 111111 |
Color Harmonies of #AAB290
Complementary color
Monochromatic Colors of #AAB290
Black with #AAB290
Text Example
Text Example
White with #AAB290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB290; }
p { color: rgb(170,178,144); }
H1.HeaderClassName
{
color: #AAB290;
}
.AnyTagClassName
{
color: #AAB290;
}
</style>
background-color css
<style>
a { background-color: #AAB290; }
a { background-color: rgb(170,178,144); }
div.DivClassName
{
background-color: #AAB290;
}
.BgClassName
{
background-color: #AAB290;
}
</style>
border-color css
<style>
span { border-color: #AAB290; }
span { border-color: rgb(170,178,144); }
td.TdClassName
{
border-color: #AAB290;
}
.TagClassName
{
border-color: #AAB290;
}
</style>