#8AA480

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

Shades of Amulet #8AA480

Tints of Amulet #8AA480

Color information

#8AA480 (or 0x8AA480) is unknown color: approx Amulet. HEX triplet: 8A, A4 and 80. RGB value is (138,164,128). Sum of RGB (Red+Green+Blue) = 138+164+128=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA480 is #755B7F. Grayscale: #989898. Windows color (decimal): -7691136 or 8430730. OLE color: 8430730.

HSL color Cylindrical-coordinate representation of color #8AA480: hue angle of 103.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 #8AA480 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB138164128-
CMYK0.1600.220.36
HSL103.33º16.51%57.25%-
HSV(B)103.33º21.95%64.31%-
XYZ27.6533.5125.43-
YUV152.12114.39117.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.09%
GREEN value IS 164 (64.45% from 255) = 38.14%
BLUE value IS 128 (50.39% from 255) = 29.77%
R=32.09%
G=38.14%
B=29.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381641280.1600.220.36103.3316.5157.25
Hex8AA4801001624671139
Octal21224420020026441472171
Binary10001010101001001000000010000010110100100110011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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