Html Css Color HEX #8EA440 Wasabi

📋 copy color: '#8EA440'

red 142 ◦ green 164 ◦ blue 64

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

Shades of Wasabi #8EA440

Tints of Wasabi #8EA440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.32%

 BLUE value IS 64 (25.39% from 255) = 17.3%

R = 38.38%
G = 44.32%
B = 17.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#8EA440 (or 0x8EA440) is known color: Wasabi. HEX triplet: 8E, A4 and 40. RGB value is (142,164,64). Sum of RGB (Red+Green+Blue) = 142+164+64=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA440 is #715BBF. Grayscale: #929292. Windows color (decimal): -7429056 or 4236430. OLE color: 4236430.

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

Color convert

RGB 142 164 64 -
CMYK 0.13 0 0.61 0.36
HSL 73.2º 0.44% 0.45% -
HSV(B) 73.2º 0.61% 0.64% -
XYZ 25.36 32.67 9.82 -
YUV 146.02 81.71 125.13 -
System Red Green Blue C M Y K H S L
Decimal 142 164 64 0.13 0 0.61 0.36 73.2 0.44 0.45
Hex 8E A4 40 D 0 3D 24 49 2C 2D
Octal 216 244 100 15 0 75 44 111 54 55
Binary 10001110 10100100 1000000 1101 0 111101 100100 1001001 101100 101101

Color Harmonies of #8EA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA440

Black with #8EA440

Text Example


Text Example

White with #8EA440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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