#8AA273

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

Shades of Amulet #8AA273

Tints of Amulet #8AA273

Color information

#8AA273 (or 0x8AA273) is unknown color: approx Amulet. HEX triplet: 8A, A2 and 73. RGB value is (138,162,115). Sum of RGB (Red+Green+Blue) = 138+162+115=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA273 is #755D8C. Grayscale: #959595. Windows color (decimal): -7691661 or 7578250. OLE color: 7578250.

HSL color Cylindrical-coordinate representation of color #8AA273: hue angle of 90.64º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AA273 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB138162115-
CMYK0.1500.290.36
HSL90.64º20.17%54.31%-
HSV(B)90.64º29.01%63.53%-
XYZ26.532.4821.09-
YUV149.47108.55119.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=33.25%
G=39.04%
B=27.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381621150.1500.290.3690.6420.1754.31
Hex8AA273F01D245b1436
Octal21224216317035441332466
Binary100010101010001011100111111011101100100101101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,162,115); }

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

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

 a { background-color: rgb(138,162,115); }

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

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

 span { border-color: rgb(138,162,115); }

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