#8E946F

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

Shades of Avocado #8E946F

Tints of Avocado #8E946F

Color information

#8E946F (or 0x8E946F) is unknown color: approx Avocado. HEX triplet: 8E, 94 and 6F. RGB value is (142,148,111). Sum of RGB (Red+Green+Blue) = 142+148+111=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #8E946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E946F is #716B90. Grayscale: #8E8E8E. Windows color (decimal): -7433105 or 7312526. OLE color: 7312526.

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

Color convert

RGB142148111-
CMYK0.0400.250.42
HSL69.73º14.74%50.78%-
HSV(B)69.73º25%58.04%-
XYZ24.6128.0819.16-
YUV141.99110.51128.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.41%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 111 (43.75% from 255) = 27.68%
R=35.41%
G=36.91%
B=27.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421481110.0400.250.4269.7314.7450.78
Hex8E946F40192A46f33
Octal2162241574031521061763
Binary1000111010010100110111110001100110101010001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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