#8DAB7F

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

Shades of Amulet #8DAB7F

Tints of Amulet #8DAB7F

Color information

#8DAB7F (or 0x8DAB7F) is unknown color: approx Amulet. HEX triplet: 8D, AB and 7F. RGB value is (141,171,127). Sum of RGB (Red+Green+Blue) = 141+171+127=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAB7F is #725480. Grayscale: #9D9D9D. Windows color (decimal): -7492737 or 8366989. OLE color: 8366989.

HSL color Cylindrical-coordinate representation of color #8DAB7F: hue angle of 100.91º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DAB7F is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB141171127-
CMYK0.1800.260.33
HSL100.91º20.75%58.43%-
HSV(B)100.91º25.73%67.06%-
XYZ29.3836.3225.54-
YUV157.01111.06116.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 127 (50% from 255) = 28.93%
R=32.12%
G=38.95%
B=28.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411711270.1800.260.33100.9120.7558.43
Hex8DAB7F1201A2165153a
Octal21525317722032411452572
Binary1000110110101011111111110010011010100001110010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,171,127); }

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

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

 a { background-color: rgb(141,171,127); }

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

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

 span { border-color: rgb(141,171,127); }

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