#8EA137

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

Shades of Wasabi #8EA137

Tints of Wasabi #8EA137

Color information

#8EA137 (or 0x8EA137) is unknown color: approx Wasabi. HEX triplet: 8E, A1 and 37. RGB value is (142,161,55). Sum of RGB (Red+Green+Blue) = 142+161+55=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA137 is #715EC8. Grayscale: #8F8F8F. Windows color (decimal): -7429833 or 3645838. OLE color: 3645838.

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

Color convert

RGB14216155-
CMYK0.1200.660.37
HSL70.75º49.07%42.35%-
HSV(B)70.75º65.84%63.14%-
XYZ24.5931.528.4-
YUV143.2378.21127.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 161 (63.28% from 255) = 44.97%
BLUE value IS 55 (21.88% from 255) = 15.36%
R=39.66%
G=44.97%
B=15.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal142161550.1200.660.3770.7549.0742.35
Hex8EA137C0422547312a
Octal21624167140102451076152
Binary10001110101000011101111100010000101001011000111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,161,55); }

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

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

 a { background-color: rgb(142,161,55); }

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

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

 span { border-color: rgb(142,161,55); }

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