#8EA445

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

Shades of Wasabi #8EA445

Tints of Wasabi #8EA445

Color information

#8EA445 (or 0x8EA445) is unknown color: approx Wasabi. HEX triplet: 8E, A4 and 45. RGB value is (142,164,69). Sum of RGB (Red+Green+Blue) = 142+164+69=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA445 is #715BBA. Grayscale: #929292. Windows color (decimal): -7429051 or 4564110. OLE color: 4564110.

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

Color convert

RGB14216469-
CMYK0.1300.580.36
HSL73.89º40.77%45.69%-
HSV(B)73.89º57.93%64.31%-
XYZ25.532.7310.6-
YUV146.5984.21124.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 69 (27.34% from 255) = 18.4%
R=37.87%
G=43.73%
B=18.4%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142164690.1300.580.3673.8940.7745.69
Hex8EA445D03A244a292e
Octal21624410515072441125156
Binary10001110101001001000101110101110101001001001010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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