Html Css Color HEX #8E9452 Avocado

📋 copy color: '#8E9452'

red 142 ◦ green 148 ◦ blue 82

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

Shades of Avocado #8E9452

Tints of Avocado #8E9452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.04%

R = 38.17%
G = 39.78%
B = 22.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#8E9452 (or 0x8E9452) is known color: Avocado. HEX triplet: 8E, 94 and 52. RGB value is (142,148,82). Sum of RGB (Red+Green+Blue) = 142+148+82=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9452 is #716BAD. Grayscale: #8A8A8A. Windows color (decimal): -7433134 or 5411982. OLE color: 5411982.

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

Color convert

RGB 142 148 82 -
CMYK 0.04 0 0.45 0.42
HSL 65.45º 0.29% 0.45% -
HSV(B) 65.45º 0.45% 0.58% -
XYZ 23.27 27.54 12.07 -
YUV 138.68 96.01 130.37 -
System Red Green Blue C M Y K H S L
Decimal 142 148 82 0.04 0 0.45 0.42 65.45 0.29 0.45
Hex 8E 94 52 4 0 2D 2A 41 1D 2D
Octal 216 224 122 4 0 55 52 101 35 55
Binary 10001110 10010100 1010010 100 0 101101 101010 1000001 11101 101101

Color Harmonies of #8E9452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9452

Black with #8E9452

Text Example


Text Example

White with #8E9452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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