#8E9457

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

Shades of Avocado #8E9457

Tints of Avocado #8E9457

Color information

#8E9457 (or 0x8E9457) is unknown color: approx Avocado. HEX triplet: 8E, 94 and 57. RGB value is (142,148,87). Sum of RGB (Red+Green+Blue) = 142+148+87=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9457 is #716BA8. Grayscale: #8B8B8B. Windows color (decimal): -7433129 or 5739662. OLE color: 5739662.

HSL color Cylindrical-coordinate representation of color #8E9457: hue angle of 65.9º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E9457 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14214887-
CMYK0.0400.410.42
HSL65.9º25.96%46.08%-
HSV(B)65.9º41.22%58.04%-
XYZ23.4727.6213.11-
YUV139.2598.51129.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.67%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=37.67%
G=39.26%
B=23.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142148870.0400.410.4265.925.9646.08
Hex8E945740292A421a2e
Octal2162241274051521023256
Binary100011101001010010101111000101001101010100001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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