Html Css Color HEX #A0A170 Malachite Green

📋 copy color: '#A0A170'

red 160 ◦ green 161 ◦ blue 112

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

Shades of Malachite Green #A0A170

Tints of Malachite Green #A0A170

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.18%

 BLUE value IS 112 (44.14% from 255) = 25.87%

R = 36.95%
G = 37.18%
B = 25.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A0A170 (or 0xA0A170) is known color: Malachite Green. HEX triplet: A0, A1 and 70. RGB value is (160,161,112). Sum of RGB (Red+Green+Blue) = 160+161+112=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A170 is #5F5E8F. Grayscale: #9B9B9B. Windows color (decimal): -6250128 or 7381408. OLE color: 7381408.

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

Color convert

RGB 160 161 112 -
CMYK 0.01 0 0.30 0.37
HSL 61.22º 0.21% 0.54% -
HSV(B) 61.22º 0.3% 0.63% -
XYZ 30.17 34.13 20.33 -
YUV 155.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 160 161 112 0.01 0 0.30 0.37 61.22 0.21 0.54
Hex A0 A1 70 1 0 1E 25 3D 15 36
Octal 240 241 160 1 0 36 45 75 25 66
Binary 10100000 10100001 1110000 1 0 11110 100101 111101 10101 110110

Color Harmonies of #A0A170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A170

Black with #A0A170

Text Example


Text Example

White with #A0A170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A170; }

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

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

background-color css

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

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

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

border-color css

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

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

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