Shades of Green Smoke #A0B562
Tints of Green Smoke #A0B562
RGB
CMYK
RGB Variations
Color information
#A0B562 (or 0xA0B562) is known color: Green Smoke. HEX triplet: A0, B5 and 62. RGB value is (160,181,98). Sum of RGB (Red+Green+Blue) = 160+181+98=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B562 is #5F4A9D. Grayscale: #A5A5A5. Windows color (decimal): -6245022 or 6469024. OLE color: 6469024.
HSL color Cylindrical-coordinate representation of color #A0B562: hue angle of 75.18º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0B562 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 181 | 98 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.29 |
| HSL | 75.18º | 0.36% | 0.55% | - |
| HSV(B) | 75.18º | 0.46% | 0.71% | - |
| XYZ | 33.23 | 41.4 | 17.8 | - |
| YUV | 165.26 | 90.04 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 98 | 0.12 | 0 | 0.46 | 0.29 | 75.18 | 0.36 | 0.55 |
| Hex | A0 | B5 | 62 | C | 0 | 2E | 1D | 4B | 24 | 37 |
| Octal | 240 | 265 | 142 | 14 | 0 | 56 | 35 | 113 | 44 | 67 |
| Binary | 10100000 | 10110101 | 1100010 | 1100 | 0 | 101110 | 11101 | 1001011 | 100100 | 110111 |
Color Harmonies of #A0B562
Complementary color
Monochromatic Colors of #A0B562
Black with #A0B562
Text Example
Text Example
White with #A0B562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B562; }
p { color: rgb(160,181,98); }
H1.HeaderClassName
{
color: #A0B562;
}
.AnyTagClassName
{
color: #A0B562;
}
</style>
background-color css
<style>
a { background-color: #A0B562; }
a { background-color: rgb(160,181,98); }
div.DivClassName
{
background-color: #A0B562;
}
.BgClassName
{
background-color: #A0B562;
}
</style>
border-color css
<style>
span { border-color: #A0B562; }
span { border-color: rgb(160,181,98); }
td.TdClassName
{
border-color: #A0B562;
}
.TagClassName
{
border-color: #A0B562;
}
</style>