#8E9D44

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

Shades of Wasabi #8E9D44

Tints of Wasabi #8E9D44

Color information

#8E9D44 (or 0x8E9D44) is unknown color: approx Wasabi. HEX triplet: 8E, 9D and 44. RGB value is (142,157,68). Sum of RGB (Red+Green+Blue) = 142+157+68=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 157 - color contains mainly: green. Hex color #8E9D44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9D44 is #7162BB. Grayscale: #8E8E8E. Windows color (decimal): -7430844 or 4496782. OLE color: 4496782.

HSL color Cylindrical-coordinate representation of color #8E9D44: hue angle of 70.11º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E9D44 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB14215768-
CMYK0.1000.570.38
HSL70.11º39.56%44.12%-
HSV(B)70.11º56.69%61.57%-
XYZ24.2630.2810.04-
YUV142.3786.03127.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.69%
GREEN value IS 157 (61.72% from 255) = 42.78%
BLUE value IS 68 (26.95% from 255) = 18.53%
R=38.69%
G=42.78%
B=18.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142157680.1000.570.3870.1139.5644.12
Hex8E9D44A0392646282c
Octal21623510412071461065054
Binary10001110100111011000100101001110011001101000110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,157,68); }

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

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

 a { background-color: rgb(142,157,68); }

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

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

 span { border-color: rgb(142,157,68); }

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