Shades of Green Smoke #A0B054
Tints of Green Smoke #A0B054
RGB
CMYK
RGB Variations
Color information
#A0B054 (or 0xA0B054) is known color: Green Smoke. HEX triplet: A0, B0 and 54. RGB value is (160,176,84). Sum of RGB (Red+Green+Blue) = 160+176+84=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B054 is #5F4FAB. Grayscale: #A1A1A1. Windows color (decimal): -6246316 or 5550240. OLE color: 5550240.
HSL color Cylindrical-coordinate representation of color #A0B054: hue angle of 70.43º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0B054 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 176 | 84 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.31 |
| HSL | 70.43º | 0.37% | 0.51% | - |
| HSV(B) | 70.43º | 0.52% | 0.69% | - |
| XYZ | 31.62 | 39.16 | 14.28 | - |
| YUV | 160.73 | 84.7 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 84 | 0.09 | 0 | 0.52 | 0.31 | 70.43 | 0.37 | 0.51 |
| Hex | A0 | B0 | 54 | 9 | 0 | 34 | 1F | 46 | 25 | 33 |
| Octal | 240 | 260 | 124 | 11 | 0 | 64 | 37 | 106 | 45 | 63 |
| Binary | 10100000 | 10110000 | 1010100 | 1001 | 0 | 110100 | 11111 | 1000110 | 100101 | 110011 |
Color Harmonies of #A0B054
Complementary color
Monochromatic Colors of #A0B054
Black with #A0B054
Text Example
Text Example
White with #A0B054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B054; }
p { color: rgb(160,176,84); }
H1.HeaderClassName
{
color: #A0B054;
}
.AnyTagClassName
{
color: #A0B054;
}
</style>
background-color css
<style>
a { background-color: #A0B054; }
a { background-color: rgb(160,176,84); }
div.DivClassName
{
background-color: #A0B054;
}
.BgClassName
{
background-color: #A0B054;
}
</style>
border-color css
<style>
span { border-color: #A0B054; }
span { border-color: rgb(160,176,84); }
td.TdClassName
{
border-color: #A0B054;
}
.TagClassName
{
border-color: #A0B054;
}
</style>