#A0A84E

Color #A0A84E Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A0A84E

Tints of Green Smoke #A0A84E

Color information

#A0A84E (or 0xA0A84E) is unknown color: approx Green Smoke. HEX triplet: A0, A8 and 4E. RGB value is (160,168,78). Sum of RGB (Red+Green+Blue) = 160+168+78=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A84E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A84E is #5F57B1. Grayscale: #9B9B9B. Windows color (decimal): -6248370 or 5154976. OLE color: 5154976.

HSL color Cylindrical-coordinate representation of color #A0A84E: hue angle of 65.33º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0A84E is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB16016878-
CMYK0.0500.540.34
HSL65.33º36.59%48.24%-
HSV(B)65.33º53.57%65.88%-
XYZ29.8736.0312.59-
YUV155.3584.35131.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 168 (66.02% from 255) = 41.38%
BLUE value IS 78 (30.86% from 255) = 19.21%
R=39.41%
G=41.38%
B=19.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160168780.0500.540.3465.3336.5948.24
HexA0A84E503622412530
Octal2402501165066421014560
Binary1010000010101000100111010101101101000101000001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A84E; }

 p { color: rgb(160,168,78); }

 H1.HeaderClassName
 {
   color: #A0A84E;
 }
 .AnyTagClassName
 {
   color: #A0A84E;
 }
</style>
background-color css

<style>
 a { background-color: #A0A84E; }

 a { background-color: rgb(160,168,78); }

 div.DivClassName
 {
   background-color: #A0A84E;
 }
 .BgClassName
 {
   background-color: #A0A84E;
 }
</style>
border-color css

<style>
 span { border-color: #A0A84E; }

 span { border-color: rgb(160,168,78); }

 td.TdClassName
 {
   border-color: #A0A84E;
 }
 .TagClassName
 {
   border-color: #A0A84E;
 }
</style>