#8AAE7A

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

Shades of Amulet #8AAE7A

Tints of Amulet #8AAE7A

Color information

#8AAE7A (or 0x8AAE7A) is unknown color: approx Amulet. HEX triplet: 8A, AE and 7A. RGB value is (138,174,122). Sum of RGB (Red+Green+Blue) = 138+174+122=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE7A is #755185. Grayscale: #9D9D9D. Windows color (decimal): -7688582 or 8040074. OLE color: 8040074.

HSL color Cylindrical-coordinate representation of color #8AAE7A: hue angle of 101.54º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AAE7A is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB138174122-
CMYK0.2100.300.32
HSL101.54º24.3%58.04%-
HSV(B)101.54º29.89%68.24%-
XYZ29.1337.0824.03-
YUV157.31108.07114.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.80%
GREEN value IS 174 (68.36% from 255) = 40.09%
BLUE value IS 122 (48.05% from 255) = 28.11%
R=31.80%
G=40.09%
B=28.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381741220.2100.300.32101.5424.358.04
Hex8AAE7A1501E2066183a
Octal21225617225036401463072
Binary1000101010101110111101010101011110100000110011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,174,122); }

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

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

 a { background-color: rgb(138,174,122); }

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

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

 span { border-color: rgb(138,174,122); }

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