#8DA480

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

Shades of Amulet #8DA480

Tints of Amulet #8DA480

Color information

#8DA480 (or 0x8DA480) is unknown color: approx Amulet. HEX triplet: 8D, A4 and 80. RGB value is (141,164,128). Sum of RGB (Red+Green+Blue) = 141+164+128=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA480 is #725B7F. Grayscale: #999999. Windows color (decimal): -7494528 or 8430733. OLE color: 8430733.

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

Color convert

RGB141164128-
CMYK0.1400.220.36
HSL98.33º16.51%57.25%-
HSV(B)98.33º21.95%64.31%-
XYZ28.1633.7725.46-
YUV153.02113.88119.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 128 (50.39% from 255) = 29.56%
R=32.56%
G=37.88%
B=29.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411641280.1400.220.3698.3316.5157.25
Hex8DA480E01624621139
Octal21524420016026441422171
Binary1000110110100100100000001110010110100100110001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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