#8AB17C

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

Shades of Amulet #8AB17C

Tints of Amulet #8AB17C

Color information

#8AB17C (or 0x8AB17C) is unknown color: approx Amulet. HEX triplet: 8A, B1 and 7C. RGB value is (138,177,124). Sum of RGB (Red+Green+Blue) = 138+177+124=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB17C is #754E83. Grayscale: #9F9F9F. Windows color (decimal): -7687812 or 8171914. OLE color: 8171914.

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

Color convert

RGB138177124-
CMYK0.2200.300.31
HSL104.15º25.36%59.02%-
HSV(B)104.15º29.94%69.41%-
XYZ29.8438.324.89-
YUV159.3108.08112.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 177 (69.53% from 255) = 40.32%
BLUE value IS 124 (48.83% from 255) = 28.25%
R=31.44%
G=40.32%
B=28.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381771240.2200.300.31104.1525.3659.02
Hex8AB17C1601E1F68193b
Octal21226117426036371503173
Binary100010101011000111111001011001111011111110100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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