Html Css Color HEX #8EA37F Amulet

📋 copy color: '#8EA37F'

red 142 ◦ green 163 ◦ blue 127

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

Shades of Amulet #8EA37F

Tints of Amulet #8EA37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.4%

R = 32.87%
G = 37.73%
B = 29.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#8EA37F (or 0x8EA37F) is known color: Amulet. HEX triplet: 8E, A3 and 7F. RGB value is (142,163,127). Sum of RGB (Red+Green+Blue) = 142+163+127=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA37F is #715C80. Grayscale: #989898. Windows color (decimal): -7429249 or 8364942. OLE color: 8364942.

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

Color convert

RGB 142 163 127 -
CMYK 0.13 0 0.22 0.36
HSL 95º 0.16% 0.57% -
HSV(B) 95º 0.22% 0.64% -
XYZ 28.08 33.48 25.06 -
YUV 152.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 142 163 127 0.13 0 0.22 0.36 95 0.16 0.57
Hex 8E A3 7F D 0 16 24 5F 10 39
Octal 216 243 177 15 0 26 44 137 20 71
Binary 10001110 10100011 1111111 1101 0 10110 100100 1011111 10000 111001

Color Harmonies of #8EA37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA37F

Black with #8EA37F

Text Example


Text Example

White with #8EA37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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