#8DA17B

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

Shades of Amulet #8DA17B

Tints of Amulet #8DA17B

Color information

#8DA17B (or 0x8DA17B) is unknown color: approx Amulet. HEX triplet: 8D, A1 and 7B. RGB value is (141,161,123). Sum of RGB (Red+Green+Blue) = 141+161+123=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA17B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA17B is #725E84. Grayscale: #969696. Windows color (decimal): -7495301 or 8102285. OLE color: 8102285.

HSL color Cylindrical-coordinate representation of color #8DA17B: hue angle of 91.58º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DA17B is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB141161123-
CMYK0.1200.240.37
HSL91.58º16.81%55.69%-
HSV(B)91.58º23.6%63.14%-
XYZ27.332.5823.59-
YUV150.69112.37121.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.18%
GREEN value IS 161 (63.28% from 255) = 37.88%
BLUE value IS 123 (48.44% from 255) = 28.94%
R=33.18%
G=37.88%
B=28.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1411611230.1200.240.3791.5816.8155.69
Hex8DA17BC018255c1138
Octal21524117314030451342170
Binary100011011010000111110111100011000100101101110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,161,123); }

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

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

 a { background-color: rgb(141,161,123); }

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

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

 span { border-color: rgb(141,161,123); }

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