Shades of Green Smoke #A1B14F
Tints of Green Smoke #A1B14F
RGB
CMYK
RGB Variations
Color information
#A1B14F (or 0xA1B14F) is known color: Green Smoke. HEX triplet: A1, B1 and 4F. RGB value is (161,177,79). Sum of RGB (Red+Green+Blue) = 161+177+79=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B14F is #5E4EB0. Grayscale: #A1A1A1. Windows color (decimal): -6180529 or 5222817. OLE color: 5222817.
HSL color Cylindrical-coordinate representation of color #A1B14F: hue angle of 69.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1B14F is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 177 | 79 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.31 |
| HSL | 69.8º | 0.39% | 0.5% | - |
| HSV(B) | 69.8º | 0.55% | 0.69% | - |
| XYZ | 31.83 | 39.59 | 13.36 | - |
| YUV | 161.04 | 81.7 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 177 | 79 | 0.09 | 0 | 0.55 | 0.31 | 69.8 | 0.39 | 0.5 |
| Hex | A1 | B1 | 4F | 9 | 0 | 37 | 1F | 46 | 27 | 32 |
| Octal | 241 | 261 | 117 | 11 | 0 | 67 | 37 | 106 | 47 | 62 |
| Binary | 10100001 | 10110001 | 1001111 | 1001 | 0 | 110111 | 11111 | 1000110 | 100111 | 110010 |
Color Harmonies of #A1B14F
Complementary color
Monochromatic Colors of #A1B14F
Black with #A1B14F
Text Example
Text Example
White with #A1B14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B14F; }
p { color: rgb(161,177,79); }
H1.HeaderClassName
{
color: #A1B14F;
}
.AnyTagClassName
{
color: #A1B14F;
}
</style>
background-color css
<style>
a { background-color: #A1B14F; }
a { background-color: rgb(161,177,79); }
div.DivClassName
{
background-color: #A1B14F;
}
.BgClassName
{
background-color: #A1B14F;
}
</style>
border-color css
<style>
span { border-color: #A1B14F; }
span { border-color: rgb(161,177,79); }
td.TdClassName
{
border-color: #A1B14F;
}
.TagClassName
{
border-color: #A1B14F;
}
</style>