Shades of Green Smoke #A0AF50
Tints of Green Smoke #A0AF50
RGB
CMYK
RGB Variations
Color information
#A0AF50 (or 0xA0AF50) is known color: Green Smoke. HEX triplet: A0, AF and 50. RGB value is (160,175,80). Sum of RGB (Red+Green+Blue) = 160+175+80=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF50 is #5F50AF. Grayscale: #A0A0A0. Windows color (decimal): -6246576 or 5287840. OLE color: 5287840.
HSL color Cylindrical-coordinate representation of color #A0AF50: hue angle of 69.47º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0AF50 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 80 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.31 |
| HSL | 69.47º | 0.37% | 0.5% | - |
| HSV(B) | 69.47º | 0.54% | 0.69% | - |
| XYZ | 31.28 | 38.71 | 13.41 | - |
| YUV | 159.69 | 83.03 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 80 | 0.09 | 0 | 0.54 | 0.31 | 69.47 | 0.37 | 0.5 |
| Hex | A0 | AF | 50 | 9 | 0 | 36 | 1F | 45 | 25 | 32 |
| Octal | 240 | 257 | 120 | 11 | 0 | 66 | 37 | 105 | 45 | 62 |
| Binary | 10100000 | 10101111 | 1010000 | 1001 | 0 | 110110 | 11111 | 1000101 | 100101 | 110010 |
Color Harmonies of #A0AF50
Complementary color
Monochromatic Colors of #A0AF50
Black with #A0AF50
Text Example
Text Example
White with #A0AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF50; }
p { color: rgb(160,175,80); }
H1.HeaderClassName
{
color: #A0AF50;
}
.AnyTagClassName
{
color: #A0AF50;
}
</style>
background-color css
<style>
a { background-color: #A0AF50; }
a { background-color: rgb(160,175,80); }
div.DivClassName
{
background-color: #A0AF50;
}
.BgClassName
{
background-color: #A0AF50;
}
</style>
border-color css
<style>
span { border-color: #A0AF50; }
span { border-color: rgb(160,175,80); }
td.TdClassName
{
border-color: #A0AF50;
}
.TagClassName
{
border-color: #A0AF50;
}
</style>