Shades of Green Smoke #A1AB4C
Tints of Green Smoke #A1AB4C
RGB
CMYK
RGB Variations
Color information
#A1AB4C (or 0xA1AB4C) is known color: Green Smoke. HEX triplet: A1, AB and 4C. RGB value is (161,171,76). Sum of RGB (Red+Green+Blue) = 161+171+76=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AB4C is #5E54B3. Grayscale: #9D9D9D. Windows color (decimal): -6182068 or 5024673. OLE color: 5024673.
HSL color Cylindrical-coordinate representation of color #A1AB4C: hue angle of 66.32º 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 #A1AB4C is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 76 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.33 |
| HSL | 66.32º | 0.38% | 0.48% | - |
| HSV(B) | 66.32º | 0.56% | 0.67% | - |
| XYZ | 30.57 | 37.22 | 12.41 | - |
| YUV | 157.18 | 82.19 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 76 | 0.06 | 0 | 0.56 | 0.33 | 66.32 | 0.38 | 0.48 |
| Hex | A1 | AB | 4C | 6 | 0 | 38 | 21 | 42 | 26 | 30 |
| Octal | 241 | 253 | 114 | 6 | 0 | 70 | 41 | 102 | 46 | 60 |
| Binary | 10100001 | 10101011 | 1001100 | 110 | 0 | 111000 | 100001 | 1000010 | 100110 | 110000 |
Color Harmonies of #A1AB4C
Complementary color
Monochromatic Colors of #A1AB4C
Black with #A1AB4C
Text Example
Text Example
White with #A1AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB4C; }
p { color: rgb(161,171,76); }
H1.HeaderClassName
{
color: #A1AB4C;
}
.AnyTagClassName
{
color: #A1AB4C;
}
</style>
background-color css
<style>
a { background-color: #A1AB4C; }
a { background-color: rgb(161,171,76); }
div.DivClassName
{
background-color: #A1AB4C;
}
.BgClassName
{
background-color: #A1AB4C;
}
</style>
border-color css
<style>
span { border-color: #A1AB4C; }
span { border-color: rgb(161,171,76); }
td.TdClassName
{
border-color: #A1AB4C;
}
.TagClassName
{
border-color: #A1AB4C;
}
</style>