#8EA642

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

Shades of Wasabi #8EA642

Tints of Wasabi #8EA642

Color information

#8EA642 (or 0x8EA642) is unknown color: approx Wasabi. HEX triplet: 8E, A6 and 42. RGB value is (142,166,66). Sum of RGB (Red+Green+Blue) = 142+166+66=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA642 is #7159BD. Grayscale: #939393. Windows color (decimal): -7428542 or 4368014. OLE color: 4368014.

HSL color Cylindrical-coordinate representation of color #8EA642: hue angle of 74.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EA642 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB14216666-
CMYK0.1400.600.35
HSL74.4º43.1%45.49%-
HSV(B)74.4º60.24%65.1%-
XYZ25.7733.4210.25-
YUV147.4282.05124.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.97%
GREEN value IS 166 (65.23% from 255) = 44.39%
BLUE value IS 66 (26.17% from 255) = 17.65%
R=37.97%
G=44.39%
B=17.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal142166660.1400.600.3574.443.145.49
Hex8EA642E03C234a2b2d
Octal21624610216074431125355
Binary10001110101001101000010111001111001000111001010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,166,66); }

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

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

 a { background-color: rgb(142,166,66); }

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

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

 span { border-color: rgb(142,166,66); }

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