#8DA47F

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

Shades of Amulet #8DA47F

Tints of Amulet #8DA47F

Color information

#8DA47F (or 0x8DA47F) is unknown color: approx Amulet. HEX triplet: 8D, A4 and 7F. RGB value is (141,164,127). Sum of RGB (Red+Green+Blue) = 141+164+127=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA47F is #725B80. Grayscale: #999999. Windows color (decimal): -7494529 or 8365197. OLE color: 8365197.

HSL color Cylindrical-coordinate representation of color #8DA47F: hue angle of 97.3º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DA47F is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB141164127-
CMYK0.1400.230.36
HSL97.3º16.89%57.06%-
HSV(B)97.3º22.56%64.31%-
XYZ28.0933.7525.11-
YUV152.9113.38119.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.64%
GREEN value IS 164 (64.45% from 255) = 37.96%
BLUE value IS 127 (50% from 255) = 29.40%
R=32.64%
G=37.96%
B=29.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411641270.1400.230.3697.316.8957.06
Hex8DA47FE01724611139
Octal21524417716027441412171
Binary100011011010010011111111110010111100100110000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,164,127); }

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

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

 a { background-color: rgb(141,164,127); }

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

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

 span { border-color: rgb(141,164,127); }

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