#8AB37A

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

Shades of Amulet #8AB37A

Tints of Amulet #8AB37A

Color information

#8AB37A (or 0x8AB37A) is unknown color: approx Amulet. HEX triplet: 8A, B3 and 7A. RGB value is (138,179,122). Sum of RGB (Red+Green+Blue) = 138+179+122=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB37A is #754C85. Grayscale: #A0A0A0. Windows color (decimal): -7687302 or 8041354. OLE color: 8041354.

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

Color convert

RGB138179122-
CMYK0.2300.320.30
HSL103.16º27.27%59.02%-
HSV(B)103.16º31.84%70.2%-
XYZ30.1139.0524.36-
YUV160.24106.42112.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 179 (70.31% from 255) = 40.77%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=31.44%
G=40.77%
B=27.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381791220.2300.320.30103.1627.2759.02
Hex8AB37A170201E671b3b
Octal21226317227040361473373
Binary1000101010110011111101010111010000011110110011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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