Html Css Color HEX #8EA138 Wasabi

📋 copy color: '#8EA138'

red 142 ◦ green 161 ◦ blue 56

#8EA138
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #8EA138

Tints of Wasabi #8EA138

RGB

 RED value IS 142 (55.86% from 255) = 39.55%

 GREEN value IS 161 (63.28% from 255) = 44.85%

 BLUE value IS 56 (22.27% from 255) = 15.6%

R = 39.55%
G = 44.85%
B = 15.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#8EA138 (or 0x8EA138) is known color: Wasabi. HEX triplet: 8E, A1 and 38. RGB value is (142,161,56). Sum of RGB (Red+Green+Blue) = 142+161+56=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA138 is #715EC7. Grayscale: #8F8F8F. Windows color (decimal): -7429832 or 3711374. OLE color: 3711374.

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

Color convert

RGB 142 161 56 -
CMYK 0.12 0 0.65 0.37
HSL 70.86º 0.48% 0.43% -
HSV(B) 70.86º 0.65% 0.63% -
XYZ 24.61 31.53 8.53 -
YUV 143.35 78.71 127.04 -
System Red Green Blue C M Y K H S L
Decimal 142 161 56 0.12 0 0.65 0.37 70.86 0.48 0.43
Hex 8E A1 38 C 0 41 25 47 30 2B
Octal 216 241 70 14 0 101 45 107 60 53
Binary 10001110 10100001 111000 1100 0 1000001 100101 1000111 110000 101011

Color Harmonies of #8EA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA138

Black with #8EA138

Text Example


Text Example

White with #8EA138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EA138;
 }
 .AnyTagClassName
 {
   color: #8EA138;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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