#8EAF90

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

Shades of Envy #8EAF90

Tints of Envy #8EAF90

Color information

#8EAF90 (or 0x8EAF90) is unknown color: approx Envy. HEX triplet: 8E, AF and 90. RGB value is (142,175,144). Sum of RGB (Red+Green+Blue) = 142+175+144=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAF90 is #71506F. Grayscale: #A1A1A1. Windows color (decimal): -7426160 or 9482126. OLE color: 9482126.

HSL color Cylindrical-coordinate representation of color #8EAF90: hue angle of 123.64º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8EAF90 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB142175144-
CMYK0.1900.180.31
HSL123.64º17.1%62.16%-
HSV(B)123.64º18.86%68.63%-
XYZ31.5238.4232.14-
YUV161.6118.07114.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.80%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 144 (56.64% from 255) = 31.24%
R=30.80%
G=37.96%
B=31.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421751440.1900.180.31123.6417.162.16
Hex8EAF90130121F7c113e
Octal21625722023022371742176
Binary1000111010101111100100001001101001011111111110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,175,144); }

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

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

 a { background-color: rgb(142,175,144); }

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

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

 span { border-color: rgb(142,175,144); }

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