Html Css Color HEX #8E9A60 Avocado

📋 copy color: '#8E9A60'

red 142 ◦ green 154 ◦ blue 96

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

Shades of Avocado #8E9A60

Tints of Avocado #8E9A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.49%

R = 36.22%
G = 39.29%
B = 24.49%

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

#8E9A60 (or 0x8E9A60) is known color: Avocado. HEX triplet: 8E, 9A and 60. RGB value is (142,154,96). Sum of RGB (Red+Green+Blue) = 142+154+96=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 154 - color contains mainly: green. Hex color #8E9A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9A60 is #71659F. Grayscale: #909090. Windows color (decimal): -7431584 or 6331022. OLE color: 6331022.

HSL color Cylindrical-coordinate representation of color #8E9A60: hue angle of 72.41º degrees, saturation: 0.23, 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 #8E9A60 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 142 154 96 -
CMYK 0.08 0 0.38 0.40
HSL 72.41º 0.23% 0.49% -
HSV(B) 72.41º 0.38% 0.6% -
XYZ 24.82 29.71 15.49 -
YUV 143.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 142 154 96 0.08 0 0.38 0.40 72.41 0.23 0.49
Hex 8E 9A 60 8 0 26 28 48 17 31
Octal 216 232 140 10 0 46 50 110 27 61
Binary 10001110 10011010 1100000 1000 0 100110 101000 1001000 10111 110001

Color Harmonies of #8E9A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9A60

Black with #8E9A60

Text Example


Text Example

White with #8E9A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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