Html Css Color HEX #8CA57C Amulet

📋 copy color: '#8CA57C'

red 140 ◦ green 165 ◦ blue 124

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

Shades of Amulet #8CA57C

Tints of Amulet #8CA57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.46%

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 32.63%
G = 38.46%
B = 28.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#8CA57C (or 0x8CA57C) is known color: Amulet. HEX triplet: 8C, A5 and 7C. RGB value is (140,165,124). Sum of RGB (Red+Green+Blue) = 140+165+124=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA57C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA57C is #735A83. Grayscale: #989898. Windows color (decimal): -7559812 or 8168844. OLE color: 8168844.

HSL color Cylindrical-coordinate representation of color #8CA57C: hue angle of 96.59º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CA57C is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 165 124 -
CMYK 0.15 0 0.25 0.35
HSL 96.59º 0.19% 0.57% -
HSV(B) 96.59º 0.25% 0.65% -
XYZ 27.91 33.94 24.15 -
YUV 152.85 111.72 118.83 -
System Red Green Blue C M Y K H S L
Decimal 140 165 124 0.15 0 0.25 0.35 96.59 0.19 0.57
Hex 8C A5 7C F 0 19 23 61 13 39
Octal 214 245 174 17 0 31 43 141 23 71
Binary 10001100 10100101 1111100 1111 0 11001 100011 1100001 10011 111001

Color Harmonies of #8CA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA57C

Black with #8CA57C

Text Example


Text Example

White with #8CA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,165,124); }

 H1.HeaderClassName
 {
   color: #8CA57C;
 }
 .AnyTagClassName
 {
   color: #8CA57C;
 }
</style>

background-color css

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

 a { background-color: rgb(140,165,124); }

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

border-color css

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

 span { border-color: rgb(140,165,124); }

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