Shades of Green Spring #A5AA9C
Tints of Green Spring #A5AA9C
RGB
CMYK
RGB Variations
Color information
#A5AA9C (or 0xA5AA9C) is known color: Green Spring. HEX triplet: A5, AA and 9C. RGB value is (165,170,156). Sum of RGB (Red+Green+Blue) = 165+170+156=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AA9C is #5A5563. Grayscale: #A6A6A6. Windows color (decimal): -5920100 or 10267301. OLE color: 10267301.
HSL color Cylindrical-coordinate representation of color #A5AA9C: hue angle of 81.43º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5AA9C is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 156 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.33 |
| HSL | 81.43º | 0.08% | 0.64% | - |
| HSV(B) | 81.43º | 0.08% | 0.67% | - |
| XYZ | 35.89 | 39.15 | 37.12 | - |
| YUV | 166.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 156 | 0.03 | 0 | 0.08 | 0.33 | 81.43 | 0.08 | 0.64 |
| Hex | A5 | AA | 9C | 3 | 0 | 8 | 21 | 51 | 8 | 40 |
| Octal | 245 | 252 | 234 | 3 | 0 | 10 | 41 | 121 | 10 | 100 |
| Binary | 10100101 | 10101010 | 10011100 | 11 | 0 | 1000 | 100001 | 1010001 | 1000 | 1000000 |
Color Harmonies of #A5AA9C
Complementary color
Monochromatic Colors of #A5AA9C
Black with #A5AA9C
Text Example
Text Example
White with #A5AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA9C; }
p { color: rgb(165,170,156); }
H1.HeaderClassName
{
color: #A5AA9C;
}
.AnyTagClassName
{
color: #A5AA9C;
}
</style>
background-color css
<style>
a { background-color: #A5AA9C; }
a { background-color: rgb(165,170,156); }
div.DivClassName
{
background-color: #A5AA9C;
}
.BgClassName
{
background-color: #A5AA9C;
}
</style>
border-color css
<style>
span { border-color: #A5AA9C; }
span { border-color: rgb(165,170,156); }
td.TdClassName
{
border-color: #A5AA9C;
}
.TagClassName
{
border-color: #A5AA9C;
}
</style>