#A1A370

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

Shades of Malachite Green #A1A370

Tints of Malachite Green #A1A370

Color information

#A1A370 (or 0xA1A370) is unknown color: approx Malachite Green. HEX triplet: A1, A3 and 70. RGB value is (161,163,112). Sum of RGB (Red+Green+Blue) = 161+163+112=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A370 is #5E5C8F. Grayscale: #9C9C9C. Windows color (decimal): -6184080 or 7381921. OLE color: 7381921.

HSL color Cylindrical-coordinate representation of color #A1A370: hue angle of 62.35º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1A370 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB161163112-
CMYK0.0100.310.36
HSL62.35º21.7%53.92%-
HSV(B)62.35º31.29%63.92%-
XYZ30.7234.9420.45-
YUV156.59102.84131.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=36.93%
G=37.39%
B=25.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611631120.0100.310.3662.3521.753.92
HexA1A370101F243e1636
Octal241243160103744762666
Binary10100001101000111110000101111110010011111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A370; }

 p { color: rgb(161,163,112); }

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

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

 a { background-color: rgb(161,163,112); }

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

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

 span { border-color: rgb(161,163,112); }

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