#8AAE7C

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

Shades of Amulet #8AAE7C

Tints of Amulet #8AAE7C

Color information

#8AAE7C (or 0x8AAE7C) is unknown color: approx Amulet. HEX triplet: 8A, AE and 7C. RGB value is (138,174,124). Sum of RGB (Red+Green+Blue) = 138+174+124=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE7C is #755183. Grayscale: #9D9D9D. Windows color (decimal): -7688580 or 8171146. OLE color: 8171146.

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

Color convert

RGB138174124-
CMYK0.2100.290.32
HSL103.2º23.58%58.43%-
HSV(B)103.2º28.74%68.24%-
XYZ29.2637.1324.69-
YUV157.54109.07114.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.65%
GREEN value IS 174 (68.36% from 255) = 39.91%
BLUE value IS 124 (48.83% from 255) = 28.44%
R=31.65%
G=39.91%
B=28.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381741240.2100.290.32103.223.5858.43
Hex8AAE7C1501D2067183a
Octal21225617425035401473072
Binary1000101010101110111110010101011101100000110011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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