Shades of Green Smoke #A0AB4C
Tints of Green Smoke #A0AB4C
RGB
CMYK
RGB Variations
Color information
#A0AB4C (or 0xA0AB4C) is known color: Green Smoke. HEX triplet: A0, AB and 4C. RGB value is (160,171,76). Sum of RGB (Red+Green+Blue) = 160+171+76=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB4C is #5F54B3. Grayscale: #9D9D9D. Windows color (decimal): -6247604 or 5024672. OLE color: 5024672.
HSL color Cylindrical-coordinate representation of color #A0AB4C: hue angle of 66.95º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0AB4C is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 76 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.33 |
| HSL | 66.95º | 0.38% | 0.48% | - |
| HSV(B) | 66.95º | 0.56% | 0.67% | - |
| XYZ | 30.36 | 37.12 | 12.4 | - |
| YUV | 156.88 | 82.36 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 76 | 0.06 | 0 | 0.56 | 0.33 | 66.95 | 0.38 | 0.48 |
| Hex | A0 | AB | 4C | 6 | 0 | 38 | 21 | 43 | 26 | 30 |
| Octal | 240 | 253 | 114 | 6 | 0 | 70 | 41 | 103 | 46 | 60 |
| Binary | 10100000 | 10101011 | 1001100 | 110 | 0 | 111000 | 100001 | 1000011 | 100110 | 110000 |
Color Harmonies of #A0AB4C
Complementary color
Monochromatic Colors of #A0AB4C
Black with #A0AB4C
Text Example
Text Example
White with #A0AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB4C; }
p { color: rgb(160,171,76); }
H1.HeaderClassName
{
color: #A0AB4C;
}
.AnyTagClassName
{
color: #A0AB4C;
}
</style>
background-color css
<style>
a { background-color: #A0AB4C; }
a { background-color: rgb(160,171,76); }
div.DivClassName
{
background-color: #A0AB4C;
}
.BgClassName
{
background-color: #A0AB4C;
}
</style>
border-color css
<style>
span { border-color: #A0AB4C; }
span { border-color: rgb(160,171,76); }
td.TdClassName
{
border-color: #A0AB4C;
}
.TagClassName
{
border-color: #A0AB4C;
}
</style>