#8EA037

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

Shades of Wasabi #8EA037

Tints of Wasabi #8EA037

Color information

#8EA037 (or 0x8EA037) is unknown color: approx Wasabi. HEX triplet: 8E, A0 and 37. RGB value is (142,160,55). Sum of RGB (Red+Green+Blue) = 142+160+55=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA037 is #715FC8. Grayscale: #8F8F8F. Windows color (decimal): -7430089 or 3645582. OLE color: 3645582.

HSL color Cylindrical-coordinate representation of color #8EA037: hue angle of 70.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8EA037 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB14216055-
CMYK0.1100.660.37
HSL70.29º48.84%42.16%-
HSV(B)70.29º65.62%62.75%-
XYZ24.4231.178.34-
YUV142.6578.54127.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.78%
GREEN value IS 160 (62.89% from 255) = 44.82%
BLUE value IS 55 (21.88% from 255) = 15.41%
R=39.78%
G=44.82%
B=15.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal142160550.1100.660.3770.2948.8442.16
Hex8EA037B0422546312a
Octal21624067130102451066152
Binary10001110101000001101111011010000101001011000110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,160,55); }

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

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

 a { background-color: rgb(142,160,55); }

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

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

 span { border-color: rgb(142,160,55); }

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