Shades of Green Spring #A8AF90
Tints of Green Spring #A8AF90
RGB
CMYK
RGB Variations
Color information
#A8AF90 (or 0xA8AF90) is known color: Green Spring. HEX triplet: A8, AF and 90. RGB value is (168,175,144). Sum of RGB (Red+Green+Blue) = 168+175+144=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF90 is #57506F. Grayscale: #A9A9A9. Windows color (decimal): -5722224 or 9482152. OLE color: 9482152.
HSL color Cylindrical-coordinate representation of color #A8AF90: hue angle of 73.55º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8AF90 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
RGB | 168 | 175 | 144 | - |
CMYK | 0.04 | 0 | 0.18 | 0.31 |
HSL | 73.55º | 0.16% | 0.63% | - |
HSV(B) | 73.55º | 0.18% | 0.69% | - |
XYZ | 36.51 | 41 | 32.37 | - |
YUV | 169.37 | 113.68 | 127.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 175 | 144 | 0.04 | 0 | 0.18 | 0.31 | 73.55 | 0.16 | 0.63 |
Hex | A8 | AF | 90 | 4 | 0 | 12 | 1F | 4A | 10 | 3F |
Octal | 250 | 257 | 220 | 4 | 0 | 22 | 37 | 112 | 20 | 77 |
Binary | 10101000 | 10101111 | 10010000 | 100 | 0 | 10010 | 11111 | 1001010 | 10000 | 111111 |
Color Harmonies of #A8AF90
Complementary color
Monochromatic Colors of #A8AF90
Black with #A8AF90
Text Example
Text Example
White with #A8AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF90; }
p { color: rgb(168,175,144); }
H1.HeaderClassName
{
color: #A8AF90;
}
.AnyTagClassName
{
color: #A8AF90;
}
</style>
background-color css
<style>
a { background-color: #A8AF90; }
a { background-color: rgb(168,175,144); }
div.DivClassName
{
background-color: #A8AF90;
}
.BgClassName
{
background-color: #A8AF90;
}
</style>
border-color css
<style>
span { border-color: #A8AF90; }
span { border-color: rgb(168,175,144); }
td.TdClassName
{
border-color: #A8AF90;
}
.TagClassName
{
border-color: #A8AF90;
}
</style>