Shades of Green Spring #A9AD9B
Tints of Green Spring #A9AD9B
RGB
CMYK
RGB Variations
Color information
#A9AD9B (or 0xA9AD9B) is known color: Green Spring. HEX triplet: A9, AD and 9B. RGB value is (169,173,155). Sum of RGB (Red+Green+Blue) = 169+173+155=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AD9B is #565264. Grayscale: #A9A9A9. Windows color (decimal): -5657189 or 10202537. OLE color: 10202537.
HSL color Cylindrical-coordinate representation of color #A9AD9B: hue angle of 73.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9AD9B is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 173 | 155 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.32 |
| HSL | 73.33º | 0.1% | 0.64% | - |
| HSV(B) | 73.33º | 0.1% | 0.68% | - |
| XYZ | 37.22 | 40.69 | 36.9 | - |
| YUV | 169.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 155 | 0.02 | 0 | 0.10 | 0.32 | 73.33 | 0.1 | 0.64 |
| Hex | A9 | AD | 9B | 2 | 0 | A | 20 | 49 | A | 40 |
| Octal | 251 | 255 | 233 | 2 | 0 | 12 | 40 | 111 | 12 | 100 |
| Binary | 10101001 | 10101101 | 10011011 | 10 | 0 | 1010 | 100000 | 1001001 | 1010 | 1000000 |
Color Harmonies of #A9AD9B
Complementary color
Monochromatic Colors of #A9AD9B
Black with #A9AD9B
Text Example
Text Example
White with #A9AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AD9B; }
p { color: rgb(169,173,155); }
H1.HeaderClassName
{
color: #A9AD9B;
}
.AnyTagClassName
{
color: #A9AD9B;
}
</style>
background-color css
<style>
a { background-color: #A9AD9B; }
a { background-color: rgb(169,173,155); }
div.DivClassName
{
background-color: #A9AD9B;
}
.BgClassName
{
background-color: #A9AD9B;
}
</style>
border-color css
<style>
span { border-color: #A9AD9B; }
span { border-color: rgb(169,173,155); }
td.TdClassName
{
border-color: #A9AD9B;
}
.TagClassName
{
border-color: #A9AD9B;
}
</style>