Html Css Color HEX #8EA37E Amulet

📋 copy color: '#8EA37E'

red 142 ◦ green 163 ◦ blue 126

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

Shades of Amulet #8EA37E

Tints of Amulet #8EA37E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.82%

 BLUE value IS 126 (49.61% from 255) = 29.23%

R = 32.95%
G = 37.82%
B = 29.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#8EA37E (or 0x8EA37E) is known color: Amulet. HEX triplet: 8E, A3 and 7E. RGB value is (142,163,126). Sum of RGB (Red+Green+Blue) = 142+163+126=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA37E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA37E is #715C81. Grayscale: #989898. Windows color (decimal): -7429250 or 8299406. OLE color: 8299406.

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

Color convert

RGB 142 163 126 -
CMYK 0.13 0 0.23 0.36
HSL 94.05º 0.17% 0.57% -
HSV(B) 94.05º 0.23% 0.64% -
XYZ 28.02 33.45 24.72 -
YUV 152.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 142 163 126 0.13 0 0.23 0.36 94.05 0.17 0.57
Hex 8E A3 7E D 0 17 24 5E 11 39
Octal 216 243 176 15 0 27 44 136 21 71
Binary 10001110 10100011 1111110 1101 0 10111 100100 1011110 10001 111001

Color Harmonies of #8EA37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA37E

Black with #8EA37E

Text Example


Text Example

White with #8EA37E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,163,126); }

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

background-color css

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

 a { background-color: rgb(142,163,126); }

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

border-color css

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

 span { border-color: rgb(142,163,126); }

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