Html Css Color HEX #8CAD7D Amulet

📋 copy color: '#8CAD7D'

red 140 ◦ green 173 ◦ blue 125

#8CAD7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #8CAD7D

Tints of Amulet #8CAD7D

RGB

 RED value IS 140 (55.08% from 255) = 31.96%

 GREEN value IS 173 (67.97% from 255) = 39.5%

 BLUE value IS 125 (49.22% from 255) = 28.54%

R = 31.96%
G = 39.5%
B = 28.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#8CAD7D (or 0x8CAD7D) is known color: 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

RGB 140 173 125 -
CMYK 0.19 0 0.28 0.32
HSL 101.25º 0.23% 0.58% -
HSV(B) 101.25º 0.28% 0.68% -
XYZ 29.46 36.94 24.98 -
YUV 157.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 140 173 125 0.19 0 0.28 0.32 101.25 0.23 0.58
Hex 8C AD 7D 13 0 1C 20 65 17 3A
Octal 214 255 175 23 0 34 40 145 27 72
Binary 10001100 10101101 1111101 10011 0 11100 100000 1100101 10111 111010

Color Harmonies of #8CAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAD7D

Black with #8CAD7D

Text Example


Text Example

White with #8CAD7D

Text Example


Text Example

HTML Codes & Css Web 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>