Html Css Color HEX #8E9A5F Avocado

📋 copy color: '#8E9A5F'

red 142 ◦ green 154 ◦ blue 95

#8E9A5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Avocado #8E9A5F

Tints of Avocado #8E9A5F

RGB

 RED value IS 142 (55.86% from 255) = 36.32%

 GREEN value IS 154 (60.55% from 255) = 39.39%

 BLUE value IS 95 (37.5% from 255) = 24.3%

R = 36.32%
G = 39.39%
B = 24.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#8E9A5F (or 0x8E9A5F) is known color: Avocado. HEX triplet: 8E, 9A and 5F. RGB value is (142,154,95). Sum of RGB (Red+Green+Blue) = 142+154+95=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 154 - color contains mainly: green. Hex color #8E9A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9A5F is #7165A0. Grayscale: #8F8F8F. Windows color (decimal): -7431585 or 6265486. OLE color: 6265486.

HSL color Cylindrical-coordinate representation of color #8E9A5F: hue angle of 72.2º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E9A5F is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 142 154 95 -
CMYK 0.08 0 0.38 0.40
HSL 72.2º 0.24% 0.49% -
HSV(B) 72.2º 0.38% 0.6% -
XYZ 24.78 29.69 15.25 -
YUV 143.69 100.52 126.8 -
System Red Green Blue C M Y K H S L
Decimal 142 154 95 0.08 0 0.38 0.40 72.2 0.24 0.49
Hex 8E 9A 5F 8 0 26 28 48 18 31
Octal 216 232 137 10 0 46 50 110 30 61
Binary 10001110 10011010 1011111 1000 0 100110 101000 1001000 11000 110001

Color Harmonies of #8E9A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9A5F

Black with #8E9A5F

Text Example


Text Example

White with #8E9A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,154,95); }

 H1.HeaderClassName
 {
   color: #8E9A5F;
 }
 .AnyTagClassName
 {
   color: #8E9A5F;
 }
</style>

background-color css

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

 a { background-color: rgb(142,154,95); }

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

border-color css

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

 span { border-color: rgb(142,154,95); }

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