Shades of Green Spring #A5AD9A
Tints of Green Spring #A5AD9A
RGB
CMYK
RGB Variations
Color information
#A5AD9A (or 0xA5AD9A) is known color: Green Spring. HEX triplet: A5, AD and 9A. RGB value is (165,173,154). Sum of RGB (Red+Green+Blue) = 165+173+154=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AD9A is #5A5265. Grayscale: #A8A8A8. Windows color (decimal): -5919334 or 10136997. OLE color: 10136997.
HSL color Cylindrical-coordinate representation of color #A5AD9A: hue angle of 85.26º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5AD9A is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 173 | 154 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.32 |
| HSL | 85.26º | 0.1% | 0.64% | - |
| HSV(B) | 85.26º | 0.11% | 0.68% | - |
| XYZ | 36.29 | 40.22 | 36.42 | - |
| YUV | 168.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 154 | 0.05 | 0 | 0.11 | 0.32 | 85.26 | 0.1 | 0.64 |
| Hex | A5 | AD | 9A | 5 | 0 | B | 20 | 55 | A | 40 |
| Octal | 245 | 255 | 232 | 5 | 0 | 13 | 40 | 125 | 12 | 100 |
| Binary | 10100101 | 10101101 | 10011010 | 101 | 0 | 1011 | 100000 | 1010101 | 1010 | 1000000 |
Color Harmonies of #A5AD9A
Complementary color
Monochromatic Colors of #A5AD9A
Black with #A5AD9A
Text Example
Text Example
White with #A5AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AD9A; }
p { color: rgb(165,173,154); }
H1.HeaderClassName
{
color: #A5AD9A;
}
.AnyTagClassName
{
color: #A5AD9A;
}
</style>
background-color css
<style>
a { background-color: #A5AD9A; }
a { background-color: rgb(165,173,154); }
div.DivClassName
{
background-color: #A5AD9A;
}
.BgClassName
{
background-color: #A5AD9A;
}
</style>
border-color css
<style>
span { border-color: #A5AD9A; }
span { border-color: rgb(165,173,154); }
td.TdClassName
{
border-color: #A5AD9A;
}
.TagClassName
{
border-color: #A5AD9A;
}
</style>