#A2AC4E

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

Shades of Green Smoke #A2AC4E

Tints of Green Smoke #A2AC4E

Color information

#A2AC4E (or 0xA2AC4E) is unknown color: approx Green Smoke. HEX triplet: A2, AC and 4E. RGB value is (162,172,78). Sum of RGB (Red+Green+Blue) = 162+172+78=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AC4E is #5D53B1. Grayscale: #9E9E9E. Windows color (decimal): -6116274 or 5156002. OLE color: 5156002.

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

Color convert

RGB16217278-
CMYK0.0600.550.33
HSL66.38º37.6%49.02%-
HSV(B)66.38º54.65%67.45%-
XYZ31.0337.7412.86-
YUV158.2982.69130.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 78 (30.86% from 255) = 18.93%
R=39.32%
G=41.75%
B=18.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162172780.0600.550.3366.3837.649.02
HexA2AC4E603721422631
Octal2422541166067411024661
Binary1010001010101100100111011001101111000011000010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC4E; }

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

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

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

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

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

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

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

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