Shades of Green Spring #A8AF94
Tints of Green Spring #A8AF94
RGB
CMYK
RGB Variations
Color information
#A8AF94 (or 0xA8AF94) is known color: Green Spring. HEX triplet: A8, AF and 94. RGB value is (168,175,148). Sum of RGB (Red+Green+Blue) = 168+175+148=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF94 is #57506B. Grayscale: #A9A9A9. Windows color (decimal): -5722220 or 9744296. OLE color: 9744296.
HSL color Cylindrical-coordinate representation of color #A8AF94: hue angle of 75.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8AF94 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
RGB | 168 | 175 | 148 | - |
CMYK | 0.04 | 0 | 0.15 | 0.31 |
HSL | 75.56º | 0.14% | 0.63% | - |
HSV(B) | 75.56º | 0.15% | 0.69% | - |
XYZ | 36.82 | 41.12 | 34.01 | - |
YUV | 169.83 | 115.68 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 175 | 148 | 0.04 | 0 | 0.15 | 0.31 | 75.56 | 0.14 | 0.63 |
Hex | A8 | AF | 94 | 4 | 0 | F | 1F | 4C | E | 3F |
Octal | 250 | 257 | 224 | 4 | 0 | 17 | 37 | 114 | 16 | 77 |
Binary | 10101000 | 10101111 | 10010100 | 100 | 0 | 1111 | 11111 | 1001100 | 1110 | 111111 |
Color Harmonies of #A8AF94
Complementary color
Monochromatic Colors of #A8AF94
Black with #A8AF94
Text Example
Text Example
White with #A8AF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF94; }
p { color: rgb(168,175,148); }
H1.HeaderClassName
{
color: #A8AF94;
}
.AnyTagClassName
{
color: #A8AF94;
}
</style>
background-color css
<style>
a { background-color: #A8AF94; }
a { background-color: rgb(168,175,148); }
div.DivClassName
{
background-color: #A8AF94;
}
.BgClassName
{
background-color: #A8AF94;
}
</style>
border-color css
<style>
span { border-color: #A8AF94; }
span { border-color: rgb(168,175,148); }
td.TdClassName
{
border-color: #A8AF94;
}
.TagClassName
{
border-color: #A8AF94;
}
</style>