#8EA346

Color #8EA346 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #8EA346

Tints of Wasabi #8EA346

Color information

#8EA346 (or 0x8EA346) is unknown color: approx Wasabi. HEX triplet: 8E, A3 and 46. RGB value is (142,163,70). Sum of RGB (Red+Green+Blue) = 142+163+70=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA346 is #715CB9. Grayscale: #929292. Windows color (decimal): -7429306 or 4629390. OLE color: 4629390.

HSL color Cylindrical-coordinate representation of color #8EA346: hue angle of 73.55º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8EA346 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB14216370-
CMYK0.1300.570.36
HSL73.55º39.91%45.69%-
HSV(B)73.55º57.06%63.92%-
XYZ25.3632.3910.71-
YUV146.1285.04125.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 163 (64.06% from 255) = 43.47%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=37.87%
G=43.47%
B=18.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142163700.1300.570.3673.5539.9145.69
Hex8EA346D039244a282e
Octal21624310615071441125056
Binary10001110101000111000110110101110011001001001010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,163,70); }

 H1.HeaderClassName
 {
   color: #8EA346;
 }
 .AnyTagClassName
 {
   color: #8EA346;
 }
</style>
background-color css

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

 a { background-color: rgb(142,163,70); }

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

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

 span { border-color: rgb(142,163,70); }

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