#A0AD4E

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

Shades of Green Smoke #A0AD4E

Tints of Green Smoke #A0AD4E

Color information

#A0AD4E (or 0xA0AD4E) is unknown color: approx Green Smoke. HEX triplet: A0, AD and 4E. RGB value is (160,173,78). Sum of RGB (Red+Green+Blue) = 160+173+78=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD4E is #5F52B1. Grayscale: #9E9E9E. Windows color (decimal): -6247090 or 5156256. OLE color: 5156256.

HSL color Cylindrical-coordinate representation of color #A0AD4E: hue angle of 68.21º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0AD4E is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB16017378-
CMYK0.0800.550.32
HSL68.21º37.85%49.22%-
HSV(B)68.21º54.91%67.84%-
XYZ30.8237.9112.9-
YUV158.2882.69129.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 173 (67.97% from 255) = 42.09%
BLUE value IS 78 (30.86% from 255) = 18.98%
R=38.93%
G=42.09%
B=18.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160173780.0800.550.3268.2137.8549.22
HexA0AD4E803720442631
Octal24025511610067401044661
Binary10100000101011011001110100001101111000001000100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AD4E; }

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

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

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

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

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

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

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

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