Shades of Green Smoke #A0A24C
Tints of Green Smoke #A0A24C
RGB
CMYK
RGB Variations
Color information
#A0A24C (or 0xA0A24C) is known color: Green Smoke. HEX triplet: A0, A2 and 4C. RGB value is (160,162,76). Sum of RGB (Red+Green+Blue) = 160+162+76=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A24C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A24C is #5F5DB3. Grayscale: #979797. Windows color (decimal): -6249908 or 5022368. OLE color: 5022368.
HSL color Cylindrical-coordinate representation of color #A0A24C: hue angle of 61.4º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0A24C is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 76 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.36 |
| HSL | 61.4º | 0.36% | 0.47% | - |
| HSV(B) | 61.4º | 0.53% | 0.64% | - |
| XYZ | 28.72 | 33.84 | 11.85 | - |
| YUV | 151.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 76 | 0.01 | 0 | 0.53 | 0.36 | 61.4 | 0.36 | 0.47 |
| Hex | A0 | A2 | 4C | 1 | 0 | 35 | 24 | 3D | 24 | 2F |
| Octal | 240 | 242 | 114 | 1 | 0 | 65 | 44 | 75 | 44 | 57 |
| Binary | 10100000 | 10100010 | 1001100 | 1 | 0 | 110101 | 100100 | 111101 | 100100 | 101111 |
Color Harmonies of #A0A24C
Complementary color
Monochromatic Colors of #A0A24C
Black with #A0A24C
Text Example
Text Example
White with #A0A24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A24C; }
p { color: rgb(160,162,76); }
H1.HeaderClassName
{
color: #A0A24C;
}
.AnyTagClassName
{
color: #A0A24C;
}
</style>
background-color css
<style>
a { background-color: #A0A24C; }
a { background-color: rgb(160,162,76); }
div.DivClassName
{
background-color: #A0A24C;
}
.BgClassName
{
background-color: #A0A24C;
}
</style>
border-color css
<style>
span { border-color: #A0A24C; }
span { border-color: rgb(160,162,76); }
td.TdClassName
{
border-color: #A0A24C;
}
.TagClassName
{
border-color: #A0A24C;
}
</style>