Html Css Color HEX #8E943F Wasabi

📋 copy color: '#8E943F'

red 142 ◦ green 148 ◦ blue 63

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

Shades of Wasabi #8E943F

Tints of Wasabi #8E943F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

 BLUE value IS 63 (25% from 255) = 17.85%

R = 40.23%
G = 41.93%
B = 17.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#8E943F (or 0x8E943F) is known color: Wasabi. HEX triplet: 8E, 94 and 3F. RGB value is (142,148,63). Sum of RGB (Red+Green+Blue) = 142+148+63=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #8E943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E943F is #716BC0. Grayscale: #888888. Windows color (decimal): -7433153 or 4166798. OLE color: 4166798.

HSL color Cylindrical-coordinate representation of color #8E943F: hue angle of 64.24º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E943F is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 148 63 -
CMYK 0.04 0 0.57 0.42
HSL 64.24º 0.4% 0.41% -
HSV(B) 64.24º 0.57% 0.58% -
XYZ 22.64 27.29 8.78 -
YUV 136.52 86.51 131.91 -
System Red Green Blue C M Y K H S L
Decimal 142 148 63 0.04 0 0.57 0.42 64.24 0.4 0.41
Hex 8E 94 3F 4 0 39 2A 40 28 29
Octal 216 224 77 4 0 71 52 100 50 51
Binary 10001110 10010100 111111 100 0 111001 101010 1000000 101000 101001

Color Harmonies of #8E943F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E943F

Black with #8E943F

Text Example


Text Example

White with #8E943F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,148,63); }

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

background-color css

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

 a { background-color: rgb(142,148,63); }

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

border-color css

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

 span { border-color: rgb(142,148,63); }

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