#8E9957

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

Shades of Avocado #8E9957

Tints of Avocado #8E9957

Color information

#8E9957 (or 0x8E9957) is unknown color: approx Avocado. HEX triplet: 8E, 99 and 57. RGB value is (142,153,87). Sum of RGB (Red+Green+Blue) = 142+153+87=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9957 is #7166A8. Grayscale: #8E8E8E. Windows color (decimal): -7431849 or 5740942. OLE color: 5740942.

HSL color Cylindrical-coordinate representation of color #8E9957: hue angle of 70º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E9957 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB14215387-
CMYK0.0700.430.4
HSL70º27.5%47.06%-
HSV(B)70º43.14%60%-
XYZ24.2729.2213.38-
YUV142.1996.86127.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.17%
GREEN value IS 153 (60.16% from 255) = 40.05%
BLUE value IS 87 (34.38% from 255) = 22.77%
R=37.17%
G=40.05%
B=22.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal142153870.0700.430.47027.547.06
Hex8E9957702B28461c2f
Octal2162311277053501063457
Binary100011101001100110101111110101011101000100011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,153,87); }

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

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

 a { background-color: rgb(142,153,87); }

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

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

 span { border-color: rgb(142,153,87); }

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