Shades of Green Spring #A8AF96
Tints of Green Spring #A8AF96
RGB
CMYK
RGB Variations
Color information
#A8AF96 (or 0xA8AF96) is known color: Green Spring. HEX triplet: A8, AF and 96. RGB value is (168,175,150). Sum of RGB (Red+Green+Blue) = 168+175+150=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF96 is #575069. Grayscale: #AAAAAA. Windows color (decimal): -5722218 or 9875368. OLE color: 9875368.
HSL color Cylindrical-coordinate representation of color #A8AF96: hue angle of 76.8º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8AF96 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 150 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.31 |
| HSL | 76.8º | 0.14% | 0.64% | - |
| HSV(B) | 76.8º | 0.14% | 0.69% | - |
| XYZ | 36.98 | 41.19 | 34.85 | - |
| YUV | 170.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 150 | 0.04 | 0 | 0.14 | 0.31 | 76.8 | 0.14 | 0.64 |
| Hex | A8 | AF | 96 | 4 | 0 | E | 1F | 4D | E | 40 |
| Octal | 250 | 257 | 226 | 4 | 0 | 16 | 37 | 115 | 16 | 100 |
| Binary | 10101000 | 10101111 | 10010110 | 100 | 0 | 1110 | 11111 | 1001101 | 1110 | 1000000 |
Color Harmonies of #A8AF96
Complementary color
Monochromatic Colors of #A8AF96
Black with #A8AF96
Text Example
Text Example
White with #A8AF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF96; }
p { color: rgb(168,175,150); }
H1.HeaderClassName
{
color: #A8AF96;
}
.AnyTagClassName
{
color: #A8AF96;
}
</style>
background-color css
<style>
a { background-color: #A8AF96; }
a { background-color: rgb(168,175,150); }
div.DivClassName
{
background-color: #A8AF96;
}
.BgClassName
{
background-color: #A8AF96;
}
</style>
border-color css
<style>
span { border-color: #A8AF96; }
span { border-color: rgb(168,175,150); }
td.TdClassName
{
border-color: #A8AF96;
}
.TagClassName
{
border-color: #A8AF96;
}
</style>