Html Css Color HEX #8E9454 Avocado

📋 copy color: '#8E9454'

red 142 ◦ green 148 ◦ blue 84

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

Shades of Avocado #8E9454

Tints of Avocado #8E9454

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.57%

 BLUE value IS 84 (33.2% from 255) = 22.46%

R = 37.97%
G = 39.57%
B = 22.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#8E9454 (or 0x8E9454) is known color: Avocado. HEX triplet: 8E, 94 and 54. RGB value is (142,148,84). Sum of RGB (Red+Green+Blue) = 142+148+84=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9454 is #716BAB. Grayscale: #8B8B8B. Windows color (decimal): -7433132 or 5543054. OLE color: 5543054.

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

Color convert

RGB 142 148 84 -
CMYK 0.04 0 0.43 0.42
HSL 65.63º 0.28% 0.45% -
HSV(B) 65.63º 0.43% 0.58% -
XYZ 23.35 27.57 12.48 -
YUV 138.91 97.01 130.2 -
System Red Green Blue C M Y K H S L
Decimal 142 148 84 0.04 0 0.43 0.42 65.63 0.28 0.45
Hex 8E 94 54 4 0 2B 2A 42 1C 2D
Octal 216 224 124 4 0 53 52 102 34 55
Binary 10001110 10010100 1010100 100 0 101011 101010 1000010 11100 101101

Color Harmonies of #8E9454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9454

Black with #8E9454

Text Example


Text Example

White with #8E9454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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