#8EA43C

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

Shades of Wasabi #8EA43C

Tints of Wasabi #8EA43C

Color information

#8EA43C (or 0x8EA43C) is unknown color: approx Wasabi. HEX triplet: 8E, A4 and 3C. RGB value is (142,164,60). Sum of RGB (Red+Green+Blue) = 142+164+60=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA43C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA43C is #715BC3. Grayscale: #919191. Windows color (decimal): -7429060 or 3974286. OLE color: 3974286.

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

Color convert

RGB14216460-
CMYK0.1300.630.36
HSL72.69º46.43%43.92%-
HSV(B)72.69º63.41%64.31%-
XYZ25.2532.639.24-
YUV145.5779.71125.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 164 (64.45% from 255) = 44.81%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=38.80%
G=44.81%
B=16.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142164600.1300.630.3672.6946.4343.92
Hex8EA43CD03F24492e2c
Octal2162447415077441115654
Binary1000111010100100111100110101111111001001001001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,164,60); }

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

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

 a { background-color: rgb(142,164,60); }

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

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

 span { border-color: rgb(142,164,60); }

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