Shades of Green Smoke #A0B04F
Tints of Green Smoke #A0B04F
RGB
CMYK
RGB Variations
Color information
#A0B04F (or 0xA0B04F) is known color: Green Smoke. HEX triplet: A0, B0 and 4F. RGB value is (160,176,79). Sum of RGB (Red+Green+Blue) = 160+176+79=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B04F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B04F is #5F4FB0. Grayscale: #A0A0A0. Windows color (decimal): -6246321 or 5222560. OLE color: 5222560.
HSL color Cylindrical-coordinate representation of color #A0B04F: hue angle of 69.9º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0B04F is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 176 | 79 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.31 |
| HSL | 69.9º | 0.38% | 0.5% | - |
| HSV(B) | 69.9º | 0.55% | 0.69% | - |
| XYZ | 31.43 | 39.09 | 13.29 | - |
| YUV | 160.16 | 82.2 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 79 | 0.09 | 0 | 0.55 | 0.31 | 69.9 | 0.38 | 0.5 |
| Hex | A0 | B0 | 4F | 9 | 0 | 37 | 1F | 46 | 26 | 32 |
| Octal | 240 | 260 | 117 | 11 | 0 | 67 | 37 | 106 | 46 | 62 |
| Binary | 10100000 | 10110000 | 1001111 | 1001 | 0 | 110111 | 11111 | 1000110 | 100110 | 110010 |
Color Harmonies of #A0B04F
Complementary color
Monochromatic Colors of #A0B04F
Black with #A0B04F
Text Example
Text Example
White with #A0B04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B04F; }
p { color: rgb(160,176,79); }
H1.HeaderClassName
{
color: #A0B04F;
}
.AnyTagClassName
{
color: #A0B04F;
}
</style>
background-color css
<style>
a { background-color: #A0B04F; }
a { background-color: rgb(160,176,79); }
div.DivClassName
{
background-color: #A0B04F;
}
.BgClassName
{
background-color: #A0B04F;
}
</style>
border-color css
<style>
span { border-color: #A0B04F; }
span { border-color: rgb(160,176,79); }
td.TdClassName
{
border-color: #A0B04F;
}
.TagClassName
{
border-color: #A0B04F;
}
</style>