Shades of Green Smoke #A0B15E
Tints of Green Smoke #A0B15E
RGB
CMYK
RGB Variations
Color information
#A0B15E (or 0xA0B15E) is known color: Green Smoke. HEX triplet: A0, B1 and 5E. RGB value is (160,177,94). Sum of RGB (Red+Green+Blue) = 160+177+94=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B15E is #5F4EA1. Grayscale: #A2A2A2. Windows color (decimal): -6246050 or 6205856. OLE color: 6205856.
HSL color Cylindrical-coordinate representation of color #A0B15E: hue angle of 72.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0B15E is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 177 | 94 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.31 |
| HSL | 72.29º | 0.35% | 0.53% | - |
| HSV(B) | 72.29º | 0.47% | 0.69% | - |
| XYZ | 32.24 | 39.73 | 16.56 | - |
| YUV | 162.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 94 | 0.10 | 0 | 0.47 | 0.31 | 72.29 | 0.35 | 0.53 |
| Hex | A0 | B1 | 5E | A | 0 | 2F | 1F | 48 | 23 | 35 |
| Octal | 240 | 261 | 136 | 12 | 0 | 57 | 37 | 110 | 43 | 65 |
| Binary | 10100000 | 10110001 | 1011110 | 1010 | 0 | 101111 | 11111 | 1001000 | 100011 | 110101 |
Color Harmonies of #A0B15E
Complementary color
Monochromatic Colors of #A0B15E
Black with #A0B15E
Text Example
Text Example
White with #A0B15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B15E; }
p { color: rgb(160,177,94); }
H1.HeaderClassName
{
color: #A0B15E;
}
.AnyTagClassName
{
color: #A0B15E;
}
</style>
background-color css
<style>
a { background-color: #A0B15E; }
a { background-color: rgb(160,177,94); }
div.DivClassName
{
background-color: #A0B15E;
}
.BgClassName
{
background-color: #A0B15E;
}
</style>
border-color css
<style>
span { border-color: #A0B15E; }
span { border-color: rgb(160,177,94); }
td.TdClassName
{
border-color: #A0B15E;
}
.TagClassName
{
border-color: #A0B15E;
}
</style>