Shades of Green Spring #A8AD9B
Tints of Green Spring #A8AD9B
RGB
CMYK
RGB Variations
Color information
#A8AD9B (or 0xA8AD9B) is known color: Green Spring. HEX triplet: A8, AD and 9B. RGB value is (168,173,155). Sum of RGB (Red+Green+Blue) = 168+173+155=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD9B is #575264. Grayscale: #A9A9A9. Windows color (decimal): -5722725 or 10202536. OLE color: 10202536.
HSL color Cylindrical-coordinate representation of color #A8AD9B: hue angle of 76.67º 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 #A8AD9B is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
RGB | 168 | 173 | 155 | - |
CMYK | 0.03 | 0 | 0.10 | 0.32 |
HSL | 76.67º | 0.1% | 0.64% | - |
HSV(B) | 76.67º | 0.1% | 0.68% | - |
XYZ | 37.01 | 40.58 | 36.89 | - |
YUV | 169.45 | 119.84 | 126.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 173 | 155 | 0.03 | 0 | 0.10 | 0.32 | 76.67 | 0.1 | 0.64 |
Hex | A8 | AD | 9B | 3 | 0 | A | 20 | 4D | A | 40 |
Octal | 250 | 255 | 233 | 3 | 0 | 12 | 40 | 115 | 12 | 100 |
Binary | 10101000 | 10101101 | 10011011 | 11 | 0 | 1010 | 100000 | 1001101 | 1010 | 1000000 |
Color Harmonies of #A8AD9B
Complementary color
Monochromatic Colors of #A8AD9B
Black with #A8AD9B
Text Example
Text Example
White with #A8AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD9B; }
p { color: rgb(168,173,155); }
H1.HeaderClassName
{
color: #A8AD9B;
}
.AnyTagClassName
{
color: #A8AD9B;
}
</style>
background-color css
<style>
a { background-color: #A8AD9B; }
a { background-color: rgb(168,173,155); }
div.DivClassName
{
background-color: #A8AD9B;
}
.BgClassName
{
background-color: #A8AD9B;
}
</style>
border-color css
<style>
span { border-color: #A8AD9B; }
span { border-color: rgb(168,173,155); }
td.TdClassName
{
border-color: #A8AD9B;
}
.TagClassName
{
border-color: #A8AD9B;
}
</style>