#8DAC7D

Color #8DAC7D Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #8DAC7D

Tints of Amulet #8DAC7D

Color information

#8DAC7D (or 0x8DAC7D) is unknown color: approx Amulet. HEX triplet: 8D, AC and 7D. RGB value is (141,172,125). Sum of RGB (Red+Green+Blue) = 141+172+125=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC7D is #725382. Grayscale: #9D9D9D. Windows color (decimal): -7492483 or 8236173. OLE color: 8236173.

HSL color Cylindrical-coordinate representation of color #8DAC7D: hue angle of 99.57º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DAC7D is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB141172125-
CMYK0.1800.270.33
HSL99.57º22.07%58.24%-
HSV(B)99.57º27.33%67.45%-
XYZ29.4436.6524.92-
YUV157.37109.73116.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.19%
GREEN value IS 172 (67.58% from 255) = 39.27%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=32.19%
G=39.27%
B=28.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411721250.1800.270.3399.5722.0758.24
Hex8DAC7D1201B2164163a
Octal21525417522033411442672
Binary1000110110101100111110110010011011100001110010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DAC7D; }

 p { color: rgb(141,172,125); }

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

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

 a { background-color: rgb(141,172,125); }

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

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

 span { border-color: rgb(141,172,125); }

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