#8AB17A

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

Shades of Amulet #8AB17A

Tints of Amulet #8AB17A

Color information

#8AB17A (or 0x8AB17A) is unknown color: approx Amulet. HEX triplet: 8A, B1 and 7A. RGB value is (138,177,122). Sum of RGB (Red+Green+Blue) = 138+177+122=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB17A is #754E85. Grayscale: #9F9F9F. Windows color (decimal): -7687814 or 8040842. OLE color: 8040842.

HSL color Cylindrical-coordinate representation of color #8AB17A: hue angle of 102.55º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AB17A is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB138177122-
CMYK0.2200.310.31
HSL102.55º26.07%58.63%-
HSV(B)102.55º31.07%69.41%-
XYZ29.7238.2524.23-
YUV159.07107.08112.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.58%
GREEN value IS 177 (69.53% from 255) = 40.50%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=31.58%
G=40.50%
B=27.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381771220.2200.310.31102.5526.0758.63
Hex8AB17A1601F1F671a3b
Octal21226117226037371473273
Binary100010101011000111110101011001111111111110011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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