#8EAD8F

Color #8EAD8F Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #8EAD8F

Tints of Envy #8EAD8F

Color information

#8EAD8F (or 0x8EAD8F) is unknown color: approx Envy. HEX triplet: 8E, AD and 8F. RGB value is (142,173,143). Sum of RGB (Red+Green+Blue) = 142+173+143=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAD8F is #715270. Grayscale: #A0A0A0. Windows color (decimal): -7426673 or 9416078. OLE color: 9416078.

HSL color Cylindrical-coordinate representation of color #8EAD8F: hue angle of 121.94º 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 #8EAD8F is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB142173143-
CMYK0.1800.170.32
HSL121.94º15.9%61.76%-
HSV(B)121.94º17.92%67.84%-
XYZ31.0637.6231.61-
YUV160.31118.23114.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.00%
GREEN value IS 173 (67.97% from 255) = 37.77%
BLUE value IS 143 (56.25% from 255) = 31.22%
R=31.00%
G=37.77%
B=31.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421731430.1800.170.32121.9415.961.76
Hex8EAD8F12011207a103e
Octal21625521722021401722076
Binary10001110101011011000111110010010001100000111101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EAD8F;
 }
 .AnyTagClassName
 {
   color: #8EAD8F;
 }
</style>
background-color css

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

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

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

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

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

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