Html Css Color HEX #8E9457 Avocado

📋 copy color: '#8E9457'

red 142 ◦ green 148 ◦ blue 87

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

Shades of Avocado #8E9457

Tints of Avocado #8E9457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.08%

R = 37.67%
G = 39.26%
B = 23.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#8E9457 (or 0x8E9457) is known color: Avocado. HEX triplet: 8E, 94 and 57. RGB value is (142,148,87). Sum of RGB (Red+Green+Blue) = 142+148+87=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9457 is #716BA8. Grayscale: #8B8B8B. Windows color (decimal): -7433129 or 5739662. OLE color: 5739662.

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

Color convert

RGB 142 148 87 -
CMYK 0.04 0 0.41 0.42
HSL 65.9º 0.26% 0.46% -
HSV(B) 65.9º 0.41% 0.58% -
XYZ 23.47 27.62 13.11 -
YUV 139.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 142 148 87 0.04 0 0.41 0.42 65.9 0.26 0.46
Hex 8E 94 57 4 0 29 2A 42 1A 2E
Octal 216 224 127 4 0 51 52 102 32 56
Binary 10001110 10010100 1010111 100 0 101001 101010 1000010 11010 101110

Color Harmonies of #8E9457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9457

Black with #8E9457

Text Example


Text Example

White with #8E9457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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