Shades of Green Smoke #A0B14F
Tints of Green Smoke #A0B14F
RGB
CMYK
RGB Variations
Color information
#A0B14F (or 0xA0B14F) is known color: Green Smoke. HEX triplet: A0, B1 and 4F. RGB value is (160,177,79). Sum of RGB (Red+Green+Blue) = 160+177+79=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B14F is #5F4EB0. Grayscale: #A1A1A1. Windows color (decimal): -6246065 or 5222816. OLE color: 5222816.
HSL color Cylindrical-coordinate representation of color #A0B14F: hue angle of 70.41º 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 #A0B14F is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 177 | 79 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.31 |
| HSL | 70.41º | 0.39% | 0.5% | - |
| HSV(B) | 70.41º | 0.55% | 0.69% | - |
| XYZ | 31.63 | 39.48 | 13.35 | - |
| YUV | 160.75 | 81.87 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 79 | 0.10 | 0 | 0.55 | 0.31 | 70.41 | 0.39 | 0.5 |
| Hex | A0 | B1 | 4F | A | 0 | 37 | 1F | 46 | 27 | 32 |
| Octal | 240 | 261 | 117 | 12 | 0 | 67 | 37 | 106 | 47 | 62 |
| Binary | 10100000 | 10110001 | 1001111 | 1010 | 0 | 110111 | 11111 | 1000110 | 100111 | 110010 |
Color Harmonies of #A0B14F
Complementary color
Monochromatic Colors of #A0B14F
Black with #A0B14F
Text Example
Text Example
White with #A0B14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B14F; }
p { color: rgb(160,177,79); }
H1.HeaderClassName
{
color: #A0B14F;
}
.AnyTagClassName
{
color: #A0B14F;
}
</style>
background-color css
<style>
a { background-color: #A0B14F; }
a { background-color: rgb(160,177,79); }
div.DivClassName
{
background-color: #A0B14F;
}
.BgClassName
{
background-color: #A0B14F;
}
</style>
border-color css
<style>
span { border-color: #A0B14F; }
span { border-color: rgb(160,177,79); }
td.TdClassName
{
border-color: #A0B14F;
}
.TagClassName
{
border-color: #A0B14F;
}
</style>