#8CAD7D

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

Shades of Amulet #8CAD7D

Tints of Amulet #8CAD7D

Color information

#8CAD7D (or 0x8CAD7D) is unknown color: approx Amulet. HEX triplet: 8C, AD and 7D. RGB value is (140,173,125). Sum of RGB (Red+Green+Blue) = 140+173+125=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAD7D is #735282. Grayscale: #9D9D9D. Windows color (decimal): -7557763 or 8236428. OLE color: 8236428.

HSL color Cylindrical-coordinate representation of color #8CAD7D: hue angle of 101.25º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CAD7D is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB140173125-
CMYK0.1900.280.32
HSL101.25º22.64%58.43%-
HSV(B)101.25º27.75%67.84%-
XYZ29.4636.9424.98-
YUV157.66109.57115.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.96%
GREEN value IS 173 (67.97% from 255) = 39.50%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=31.96%
G=39.50%
B=28.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401731250.1900.280.32101.2522.6458.43
Hex8CAD7D1301C2065173a
Octal21425517523034401452772
Binary1000110010101101111110110011011100100000110010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,173,125); }

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

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

 a { background-color: rgb(140,173,125); }

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

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

 span { border-color: rgb(140,173,125); }

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