Html Css Color HEX #8EA248 Wasabi

📋 copy color: '#8EA248'

red 142 ◦ green 162 ◦ blue 72

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

Shades of Wasabi #8EA248

Tints of Wasabi #8EA248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.09%

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 37.77%
G = 43.09%
B = 19.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#8EA248 (or 0x8EA248) is known color: Wasabi. HEX triplet: 8E, A2 and 48. RGB value is (142,162,72). Sum of RGB (Red+Green+Blue) = 142+162+72=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA248 is #715DB7. Grayscale: #929292. Windows color (decimal): -7429560 or 4760206. OLE color: 4760206.

HSL color Cylindrical-coordinate representation of color #8EA248: hue angle of 73.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8EA248 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 162 72 -
CMYK 0.12 0 0.56 0.36
HSL 73.33º 0.38% 0.46% -
HSV(B) 73.33º 0.56% 0.64% -
XYZ 25.25 32.06 10.99 -
YUV 145.76 86.37 125.32 -
System Red Green Blue C M Y K H S L
Decimal 142 162 72 0.12 0 0.56 0.36 73.33 0.38 0.46
Hex 8E A2 48 C 0 38 24 49 26 2E
Octal 216 242 110 14 0 70 44 111 46 56
Binary 10001110 10100010 1001000 1100 0 111000 100100 1001001 100110 101110

Color Harmonies of #8EA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA248

Black with #8EA248

Text Example


Text Example

White with #8EA248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,162,72); }

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

background-color css

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

 a { background-color: rgb(142,162,72); }

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

border-color css

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

 span { border-color: rgb(142,162,72); }

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