Html Css Color HEX #8EA87D Amulet

📋 copy color: '#8EA87D'

red 142 ◦ green 168 ◦ blue 125

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

Shades of Amulet #8EA87D

Tints of Amulet #8EA87D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.62%

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

R = 32.64%
G = 38.62%
B = 28.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#8EA87D (or 0x8EA87D) is known color: Amulet. HEX triplet: 8E, A8 and 7D. RGB value is (142,168,125). Sum of RGB (Red+Green+Blue) = 142+168+125=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA87D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA87D is #715782. Grayscale: #9B9B9B. Windows color (decimal): -7427971 or 8235150. OLE color: 8235150.

HSL color Cylindrical-coordinate representation of color #8EA87D: hue angle of 96.28º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EA87D is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 142 168 125 -
CMYK 0.15 0 0.26 0.34
HSL 96.28º 0.2% 0.57% -
HSV(B) 96.28º 0.26% 0.66% -
XYZ 28.86 35.24 24.68 -
YUV 155.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 142 168 125 0.15 0 0.26 0.34 96.28 0.2 0.57
Hex 8E A8 7D F 0 1A 22 60 14 39
Octal 216 250 175 17 0 32 42 140 24 71
Binary 10001110 10101000 1111101 1111 0 11010 100010 1100000 10100 111001

Color Harmonies of #8EA87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA87D

Black with #8EA87D

Text Example


Text Example

White with #8EA87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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