Shades of Green Smoke #A0B156
Tints of Green Smoke #A0B156
RGB
CMYK
RGB Variations
Color information
#A0B156 (or 0xA0B156) is known color: Green Smoke. HEX triplet: A0, B1 and 56. RGB value is (160,177,86). Sum of RGB (Red+Green+Blue) = 160+177+86=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B156 is #5F4EA9. Grayscale: #A1A1A1. Windows color (decimal): -6246058 or 5681568. OLE color: 5681568.
HSL color Cylindrical-coordinate representation of color #A0B156: hue angle of 71.21º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0B156 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 177 | 86 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.31 |
| HSL | 71.21º | 0.37% | 0.52% | - |
| HSV(B) | 71.21º | 0.51% | 0.69% | - |
| XYZ | 31.9 | 39.59 | 14.76 | - |
| YUV | 161.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 86 | 0.10 | 0 | 0.51 | 0.31 | 71.21 | 0.37 | 0.52 |
| Hex | A0 | B1 | 56 | A | 0 | 33 | 1F | 47 | 25 | 34 |
| Octal | 240 | 261 | 126 | 12 | 0 | 63 | 37 | 107 | 45 | 64 |
| Binary | 10100000 | 10110001 | 1010110 | 1010 | 0 | 110011 | 11111 | 1000111 | 100101 | 110100 |
Color Harmonies of #A0B156
Complementary color
Monochromatic Colors of #A0B156
Black with #A0B156
Text Example
Text Example
White with #A0B156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B156; }
p { color: rgb(160,177,86); }
H1.HeaderClassName
{
color: #A0B156;
}
.AnyTagClassName
{
color: #A0B156;
}
</style>
background-color css
<style>
a { background-color: #A0B156; }
a { background-color: rgb(160,177,86); }
div.DivClassName
{
background-color: #A0B156;
}
.BgClassName
{
background-color: #A0B156;
}
</style>
border-color css
<style>
span { border-color: #A0B156; }
span { border-color: rgb(160,177,86); }
td.TdClassName
{
border-color: #A0B156;
}
.TagClassName
{
border-color: #A0B156;
}
</style>