#8DA87C

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

Shades of Amulet #8DA87C

Tints of Amulet #8DA87C

Color information

#8DA87C (or 0x8DA87C) is unknown color: approx Amulet. HEX triplet: 8D, A8 and 7C. RGB value is (141,168,124). Sum of RGB (Red+Green+Blue) = 141+168+124=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA87C is #725783. Grayscale: #9B9B9B. Windows color (decimal): -7493508 or 8169613. OLE color: 8169613.

HSL color Cylindrical-coordinate representation of color #8DA87C: hue angle of 96.82º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DA87C is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB141168124-
CMYK0.1600.260.34
HSL96.82º20.18%57.25%-
HSV(B)96.82º26.19%65.88%-
XYZ28.6335.1224.34-
YUV154.91110.55118.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 168 (66.02% from 255) = 38.80%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=32.56%
G=38.80%
B=28.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1411681240.1600.260.3496.8220.1857.25
Hex8DA87C1001A22611439
Octal21525017420032421412471
Binary1000110110101000111110010000011010100010110000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,168,124); }

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

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

 a { background-color: rgb(141,168,124); }

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

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

 span { border-color: rgb(141,168,124); }

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