Shades of Green Spring #A9AB9D
Tints of Green Spring #A9AB9D
RGB
CMYK
RGB Variations
Color information
#A9AB9D (or 0xA9AB9D) is known color: Green Spring. HEX triplet: A9, AB and 9D. RGB value is (169,171,157). Sum of RGB (Red+Green+Blue) = 169+171+157=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AB9D is #565462. Grayscale: #A8A8A8. Windows color (decimal): -5657699 or 10333097. OLE color: 10333097.
HSL color Cylindrical-coordinate representation of color #A9AB9D: hue angle of 68.57º 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 #A9AB9D is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 171 | 157 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.33 |
| HSL | 68.57º | 0.08% | 0.64% | - |
| HSV(B) | 68.57º | 0.08% | 0.67% | - |
| XYZ | 37.01 | 40 | 37.67 | - |
| YUV | 168.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 157 | 0.01 | 0 | 0.08 | 0.33 | 68.57 | 0.08 | 0.64 |
| Hex | A9 | AB | 9D | 1 | 0 | 8 | 21 | 45 | 8 | 40 |
| Octal | 251 | 253 | 235 | 1 | 0 | 10 | 41 | 105 | 10 | 100 |
| Binary | 10101001 | 10101011 | 10011101 | 1 | 0 | 1000 | 100001 | 1000101 | 1000 | 1000000 |
Color Harmonies of #A9AB9D
Complementary color
Monochromatic Colors of #A9AB9D
Black with #A9AB9D
Text Example
Text Example
White with #A9AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AB9D; }
p { color: rgb(169,171,157); }
H1.HeaderClassName
{
color: #A9AB9D;
}
.AnyTagClassName
{
color: #A9AB9D;
}
</style>
background-color css
<style>
a { background-color: #A9AB9D; }
a { background-color: rgb(169,171,157); }
div.DivClassName
{
background-color: #A9AB9D;
}
.BgClassName
{
background-color: #A9AB9D;
}
</style>
border-color css
<style>
span { border-color: #A9AB9D; }
span { border-color: rgb(169,171,157); }
td.TdClassName
{
border-color: #A9AB9D;
}
.TagClassName
{
border-color: #A9AB9D;
}
</style>