Html Css Color HEX #A0A271 Malachite Green

📋 copy color: '#A0A271'

red 160 ◦ green 162 ◦ blue 113

#A0A271
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite Green #A0A271

Tints of Malachite Green #A0A271

RGB

 RED value IS 160 (62.89% from 255) = 36.78%

 GREEN value IS 162 (63.67% from 255) = 37.24%

 BLUE value IS 113 (44.53% from 255) = 25.98%

R = 36.78%
G = 37.24%
B = 25.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A0A271 (or 0xA0A271) is known color: Malachite Green. HEX triplet: A0, A2 and 71. RGB value is (160,162,113). Sum of RGB (Red+Green+Blue) = 160+162+113=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A271 is #5F5D8E. Grayscale: #9C9C9C. Windows color (decimal): -6249871 or 7447200. OLE color: 7447200.

HSL color Cylindrical-coordinate representation of color #A0A271: hue angle of 62.45º 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 #A0A271 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 162 113 -
CMYK 0.01 0 0.30 0.36
HSL 62.45º 0.21% 0.54% -
HSV(B) 62.45º 0.3% 0.64% -
XYZ 30.4 34.51 20.68 -
YUV 155.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 160 162 113 0.01 0 0.30 0.36 62.45 0.21 0.54
Hex A0 A2 71 1 0 1E 24 3E 15 36
Octal 240 242 161 1 0 36 44 76 25 66
Binary 10100000 10100010 1110001 1 0 11110 100100 111110 10101 110110

Color Harmonies of #A0A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A271

Black with #A0A271

Text Example


Text Example

White with #A0A271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A271; }

 p { color: rgb(160,162,113); }

 H1.HeaderClassName
 {
   color: #A0A271;
 }
 .AnyTagClassName
 {
   color: #A0A271;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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