#A0AC4E

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

Shades of Green Smoke #A0AC4E

Tints of Green Smoke #A0AC4E

Color information

#A0AC4E (or 0xA0AC4E) is unknown color: approx Green Smoke. HEX triplet: A0, AC and 4E. RGB value is (160,172,78). Sum of RGB (Red+Green+Blue) = 160+172+78=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC4E is #5F53B1. Grayscale: #9E9E9E. Windows color (decimal): -6247346 or 5156000. OLE color: 5156000.

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

Color convert

RGB16017278-
CMYK0.0700.550.33
HSL67.66º37.6%49.02%-
HSV(B)67.66º54.65%67.45%-
XYZ30.6237.5312.84-
YUV157.783.02129.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.02%
GREEN value IS 172 (67.58% from 255) = 41.95%
BLUE value IS 78 (30.86% from 255) = 19.02%
R=39.02%
G=41.95%
B=19.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160172780.0700.550.3367.6637.649.02
HexA0AC4E703721442631
Octal2402541167067411044661
Binary1010000010101100100111011101101111000011000100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC4E; }

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

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

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

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

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

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

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

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