#A2A272

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

Shades of Malachite Green #A2A272

Tints of Malachite Green #A2A272

Color information

#A2A272 (or 0xA2A272) is unknown color: approx Malachite Green. HEX triplet: A2, A2 and 72. RGB value is (162,162,114). Sum of RGB (Red+Green+Blue) = 162+162+114=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A272 is #5D5D8D. Grayscale: #9C9C9C. Windows color (decimal): -6118798 or 7512738. OLE color: 7512738.

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

Color convert

RGB162162114-
CMYK000.300.36
HSL60º20.51%54.12%-
HSV(B)60º29.63%63.53%-
XYZ30.8634.7421-
YUV156.53104131.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.99%
GREEN value IS 162 (63.67% from 255) = 36.99%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=36.99%
G=36.99%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162162114000.300.366020.5154.12
HexA2A272001E243c1536
Octal242242162003644742566
Binary10100010101000101110010001111010010011110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A272; }

 p { color: rgb(162,162,114); }

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

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

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

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

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

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

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