#8EA038

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

Shades of Wasabi #8EA038

Tints of Wasabi #8EA038

Color information

#8EA038 (or 0x8EA038) is unknown color: approx Wasabi. HEX triplet: 8E, A0 and 38. RGB value is (142,160,56). Sum of RGB (Red+Green+Blue) = 142+160+56=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA038 is #715FC7. Grayscale: #8F8F8F. Windows color (decimal): -7430088 or 3711118. OLE color: 3711118.

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

Color convert

RGB14216056-
CMYK0.1100.650.37
HSL70.38º48.15%42.35%-
HSV(B)70.38º65%62.75%-
XYZ24.4431.188.47-
YUV142.7679.04127.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 160 (62.89% from 255) = 44.69%
BLUE value IS 56 (22.27% from 255) = 15.64%
R=39.66%
G=44.69%
B=15.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal142160560.1100.650.3770.3848.1542.35
Hex8EA038B0412546302a
Octal21624070130101451066052
Binary10001110101000001110001011010000011001011000110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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