#A0AC4D

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

Shades of Green Smoke #A0AC4D

Tints of Green Smoke #A0AC4D

Color information

#A0AC4D (or 0xA0AC4D) is unknown color: approx Green Smoke. HEX triplet: A0, AC and 4D. RGB value is (160,172,77). Sum of RGB (Red+Green+Blue) = 160+172+77=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC4D is #5F53B2. Grayscale: #9D9D9D. Windows color (decimal): -6247347 or 5090464. OLE color: 5090464.

HSL color Cylindrical-coordinate representation of color #A0AC4D: hue angle of 67.58º 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 #A0AC4D is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB16017277-
CMYK0.0700.550.33
HSL67.58º38.15%48.82%-
HSV(B)67.58º55.23%67.45%-
XYZ30.5937.5112.65-
YUV157.5882.52129.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 77 (30.47% from 255) = 18.83%
R=39.12%
G=42.05%
B=18.83%

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
Decimal160172770.0700.550.3367.5838.1548.82
HexA0AC4D703721442631
Octal2402541157067411044661
Binary1010000010101100100110111101101111000011000100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC4D; }

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

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

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

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

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

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

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

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