Html Css Color HEX #8E9430 Wasabi

📋 copy color: '#8E9430'

red 142 ◦ green 148 ◦ blue 48

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

Shades of Wasabi #8E9430

Tints of Wasabi #8E9430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.2%

R = 42.01%
G = 43.79%
B = 14.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#8E9430 (or 0x8E9430) is known color: Wasabi. HEX triplet: 8E, 94 and 30. RGB value is (142,148,48). Sum of RGB (Red+Green+Blue) = 142+148+48=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9430 is #716BCF. Grayscale: #878787. Windows color (decimal): -7433168 or 3183758. OLE color: 3183758.

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

Color convert

RGB 142 148 48 -
CMYK 0.04 0 0.68 0.42
HSL 63.6º 0.51% 0.38% -
HSV(B) 63.6º 0.68% 0.58% -
XYZ 22.28 27.14 6.86 -
YUV 134.81 79.01 133.13 -
System Red Green Blue C M Y K H S L
Decimal 142 148 48 0.04 0 0.68 0.42 63.6 0.51 0.38
Hex 8E 94 30 4 0 44 2A 40 33 26
Octal 216 224 60 4 0 104 52 100 63 46
Binary 10001110 10010100 110000 100 0 1000100 101010 1000000 110011 100110

Color Harmonies of #8E9430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9430

Black with #8E9430

Text Example


Text Example

White with #8E9430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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