#8AA47F

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

Shades of Amulet #8AA47F

Tints of Amulet #8AA47F

Color information

#8AA47F (or 0x8AA47F) is unknown color: approx Amulet. HEX triplet: 8A, A4 and 7F. RGB value is (138,164,127). Sum of RGB (Red+Green+Blue) = 138+164+127=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA47F is #755B80. Grayscale: #989898. Windows color (decimal): -7691137 or 8365194. OLE color: 8365194.

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

Color convert

RGB138164127-
CMYK0.1600.230.36
HSL102.16º16.89%57.06%-
HSV(B)102.16º22.56%64.31%-
XYZ27.5933.4925.09-
YUV152.01113.89118.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 127 (50% from 255) = 29.60%
R=32.17%
G=38.23%
B=29.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381641270.1600.230.36102.1616.8957.06
Hex8AA47F1001724661139
Octal21224417720027441462171
Binary1000101010100100111111110000010111100100110011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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