#8E9963

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

Shades of Avocado #8E9963

Tints of Avocado #8E9963

Color information

#8E9963 (or 0x8E9963) is unknown color: approx Avocado. HEX triplet: 8E, 99 and 63. RGB value is (142,153,99). Sum of RGB (Red+Green+Blue) = 142+153+99=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9963 is #71669C. Grayscale: #8F8F8F. Windows color (decimal): -7431837 or 6527374. OLE color: 6527374.

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

Color convert

RGB14215399-
CMYK0.0700.350.4
HSL72.22º21.43%49.41%-
HSV(B)72.22º35.29%60%-
XYZ24.829.4316.18-
YUV143.56102.86126.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.04%
GREEN value IS 153 (60.16% from 255) = 38.83%
BLUE value IS 99 (39.06% from 255) = 25.13%
R=36.04%
G=38.83%
B=25.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal142153990.0700.350.472.2221.4349.41
Hex8E9963702328481531
Octal2162311437043501102561
Binary100011101001100111000111110100011101000100100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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