Html Css Color HEX #8EA47D Amulet

📋 copy color: '#8EA47D'

red 142 ◦ green 164 ◦ blue 125

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

Shades of Amulet #8EA47D

Tints of Amulet #8EA47D

RGB

 RED value IS 142 (55.86% from 255) = 32.95%

 GREEN value IS 164 (64.45% from 255) = 38.05%

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

R = 32.95%
G = 38.05%
B = 29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#8EA47D (or 0x8EA47D) is known color: Amulet. HEX triplet: 8E, A4 and 7D. RGB value is (142,164,125). Sum of RGB (Red+Green+Blue) = 142+164+125=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA47D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA47D is #715B82. Grayscale: #999999. Windows color (decimal): -7428995 or 8234126. OLE color: 8234126.

HSL color Cylindrical-coordinate representation of color #8EA47D: hue angle of 93.85º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EA47D is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 164 125 -
CMYK 0.13 0 0.24 0.36
HSL 93.85º 0.18% 0.57% -
HSV(B) 93.85º 0.24% 0.64% -
XYZ 28.13 33.78 24.44 -
YUV 152.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 142 164 125 0.13 0 0.24 0.36 93.85 0.18 0.57
Hex 8E A4 7D D 0 18 24 5E 12 39
Octal 216 244 175 15 0 30 44 136 22 71
Binary 10001110 10100100 1111101 1101 0 11000 100100 1011110 10010 111001

Color Harmonies of #8EA47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA47D

Black with #8EA47D

Text Example


Text Example

White with #8EA47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,164,125); }

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

background-color css

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

 a { background-color: rgb(142,164,125); }

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

border-color css

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

 span { border-color: rgb(142,164,125); }

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