#8E9154

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

Shades of Avocado #8E9154

Tints of Avocado #8E9154

Color information

#8E9154 (or 0x8E9154) is unknown color: approx Avocado. HEX triplet: 8E, 91 and 54. RGB value is (142,145,84). Sum of RGB (Red+Green+Blue) = 142+145+84=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #8E9154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9154 is #716EAB. Grayscale: #898989. Windows color (decimal): -7433900 or 5542286. OLE color: 5542286.

HSL color Cylindrical-coordinate representation of color #8E9154: hue angle of 62.95º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E9154 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB14214584-
CMYK0.0200.420.43
HSL62.95º26.64%44.9%-
HSV(B)62.95º42.07%56.86%-
XYZ22.8826.6412.32-
YUV137.1598.01131.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 84 (33.20% from 255) = 22.64%
R=38.27%
G=39.08%
B=22.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142145840.0200.420.4362.9526.6444.9
Hex8E9154202A2B3f1b2d
Octal216221124205253773355
Binary1000111010010001101010010010101010101111111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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