Html Css Color HEX #8EA27C Amulet

📋 copy color: '#8EA27C'

red 142 ◦ green 162 ◦ blue 124

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

Shades of Amulet #8EA27C

Tints of Amulet #8EA27C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

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

R = 33.18%
G = 37.85%
B = 28.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#8EA27C (or 0x8EA27C) is known color: Amulet. HEX triplet: 8E, A2 and 7C. RGB value is (142,162,124). Sum of RGB (Red+Green+Blue) = 142+162+124=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA27C is #715D83. Grayscale: #979797. Windows color (decimal): -7429508 or 8168078. OLE color: 8168078.

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

Color convert

RGB 142 162 124 -
CMYK 0.12 0 0.23 0.36
HSL 91.58º 0.17% 0.56% -
HSV(B) 91.58º 0.23% 0.64% -
XYZ 27.71 33.05 23.99 -
YUV 151.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 142 162 124 0.12 0 0.23 0.36 91.58 0.17 0.56
Hex 8E A2 7C C 0 17 24 5C 11 38
Octal 216 242 174 14 0 27 44 134 21 70
Binary 10001110 10100010 1111100 1100 0 10111 100100 1011100 10001 111000

Color Harmonies of #8EA27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA27C

Black with #8EA27C

Text Example


Text Example

White with #8EA27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,162,124); }

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

background-color css

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

 a { background-color: rgb(142,162,124); }

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

border-color css

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

 span { border-color: rgb(142,162,124); }

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