#8AAD7F

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

Shades of Amulet #8AAD7F

Tints of Amulet #8AAD7F

Color information

#8AAD7F (or 0x8AAD7F) is unknown color: approx Amulet. HEX triplet: 8A, AD and 7F. RGB value is (138,173,127). Sum of RGB (Red+Green+Blue) = 138+173+127=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD7F is #755280. Grayscale: #9D9D9D. Windows color (decimal): -7688833 or 8367498. OLE color: 8367498.

HSL color Cylindrical-coordinate representation of color #8AAD7F: hue angle of 105.65º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AAD7F is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB138173127-
CMYK0.2000.270.32
HSL105.65º21.9%58.82%-
HSV(B)105.65º26.59%67.84%-
XYZ29.2636.8225.64-
YUV157.29110.9114.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.51%
GREEN value IS 173 (67.97% from 255) = 39.50%
BLUE value IS 127 (50% from 255) = 29.00%
R=31.51%
G=39.50%
B=29.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381731270.2000.270.32105.6521.958.82
Hex8AAD7F1401B206a163b
Octal21225517724033401522673
Binary1000101010101101111111110100011011100000110101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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