#8AA478

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

Shades of Amulet #8AA478

Tints of Amulet #8AA478

Color information

#8AA478 (or 0x8AA478) is unknown color: approx Amulet. HEX triplet: 8A, A4 and 78. RGB value is (138,164,120). Sum of RGB (Red+Green+Blue) = 138+164+120=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA478 is #755B87. Grayscale: #979797. Windows color (decimal): -7691144 or 7906442. OLE color: 7906442.

HSL color Cylindrical-coordinate representation of color #8AA478: hue angle of 95.45º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AA478 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB138164120-
CMYK0.1600.270.36
HSL95.45º19.47%55.69%-
HSV(B)95.45º26.83%64.31%-
XYZ27.1533.3122.77-
YUV151.21110.39118.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.70%
GREEN value IS 164 (64.45% from 255) = 38.86%
BLUE value IS 120 (47.27% from 255) = 28.44%
R=32.70%
G=38.86%
B=28.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381641200.1600.270.3695.4519.4755.69
Hex8AA4781001B245f1338
Octal21224417020033441372370
Binary1000101010100100111100010000011011100100101111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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