Html Css Color HEX #8EAD91 Envy

📋 copy color: '#8EAD91'

red 142 ◦ green 173 ◦ blue 145

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

Shades of Envy #8EAD91

Tints of Envy #8EAD91

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.61%

 BLUE value IS 145 (57.03% from 255) = 31.52%

R = 30.87%
G = 37.61%
B = 31.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#8EAD91 (or 0x8EAD91) is known color: Envy. HEX triplet: 8E, AD and 91. RGB value is (142,173,145). Sum of RGB (Red+Green+Blue) = 142+173+145=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAD91 is #71526E. Grayscale: #A0A0A0. Windows color (decimal): -7426671 or 9547150. OLE color: 9547150.

HSL color Cylindrical-coordinate representation of color #8EAD91: hue angle of 125.81º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EAD91 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 173 145 -
CMYK 0.18 0 0.16 0.32
HSL 125.81º 0.16% 0.62% -
HSV(B) 125.81º 0.18% 0.68% -
XYZ 31.21 37.68 32.42 -
YUV 160.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 142 173 145 0.18 0 0.16 0.32 125.81 0.16 0.62
Hex 8E AD 91 12 0 10 20 7E 10 3E
Octal 216 255 221 22 0 20 40 176 20 76
Binary 10001110 10101101 10010001 10010 0 10000 100000 1111110 10000 111110

Color Harmonies of #8EAD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAD91

Black with #8EAD91

Text Example


Text Example

White with #8EAD91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,173,145); }

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

background-color css

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

 a { background-color: rgb(142,173,145); }

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

border-color css

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

 span { border-color: rgb(142,173,145); }

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