Html Css Color HEX #8E9260 Avocado

📋 copy color: '#8E9260'

red 142 ◦ green 146 ◦ blue 96

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

Shades of Avocado #8E9260

Tints of Avocado #8E9260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.02%

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

R = 36.98%
G = 38.02%
B = 25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#8E9260 (or 0x8E9260) is known color: Avocado. HEX triplet: 8E, 92 and 60. RGB value is (142,146,96). Sum of RGB (Red+Green+Blue) = 142+146+96=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9260 is #716D9F. Grayscale: #8B8B8B. Windows color (decimal): -7433632 or 6328974. OLE color: 6328974.

HSL color Cylindrical-coordinate representation of color #8E9260: hue angle of 64.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E9260 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 146 96 -
CMYK 0.03 0 0.34 0.43
HSL 64.8º 0.21% 0.47% -
HSV(B) 64.8º 0.34% 0.57% -
XYZ 23.55 27.15 15.07 -
YUV 139.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 142 146 96 0.03 0 0.34 0.43 64.8 0.21 0.47
Hex 8E 92 60 3 0 22 2B 41 15 2F
Octal 216 222 140 3 0 42 53 101 25 57
Binary 10001110 10010010 1100000 11 0 100010 101011 1000001 10101 101111

Color Harmonies of #8E9260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9260

Black with #8E9260

Text Example


Text Example

White with #8E9260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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