#8AAE7B

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

Shades of Amulet #8AAE7B

Tints of Amulet #8AAE7B

Color information

#8AAE7B (or 0x8AAE7B) is unknown color: approx Amulet. HEX triplet: 8A, AE and 7B. RGB value is (138,174,123). Sum of RGB (Red+Green+Blue) = 138+174+123=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE7B is #755184. Grayscale: #9D9D9D. Windows color (decimal): -7688581 or 8105610. OLE color: 8105610.

HSL color Cylindrical-coordinate representation of color #8AAE7B: hue angle of 102.35º 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 #8AAE7B is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB138174123-
CMYK0.2100.290.32
HSL102.35º23.94%58.24%-
HSV(B)102.35º29.31%68.24%-
XYZ29.1937.1124.36-
YUV157.42108.57114.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.72%
GREEN value IS 174 (68.36% from 255) = 40%
BLUE value IS 123 (48.44% from 255) = 28.28%
R=31.72%
G=40%
B=28.28%

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
Decimal1381741230.2100.290.32102.3523.9458.24
Hex8AAE7B1501D2066183a
Octal21225617325035401463072
Binary1000101010101110111101110101011101100000110011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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