Html Css Color HEX #8D9F40 Wasabi

📋 copy color: '#8D9F40'

red 141 ◦ green 159 ◦ blue 64

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

Shades of Wasabi #8D9F40

Tints of Wasabi #8D9F40

RGB

 RED value IS 141 (55.47% from 255) = 38.74%

 GREEN value IS 159 (62.5% from 255) = 43.68%

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

R = 38.74%
G = 43.68%
B = 17.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#8D9F40 (or 0x8D9F40) is known color: Wasabi. HEX triplet: 8D, 9F and 40. RGB value is (141,159,64). Sum of RGB (Red+Green+Blue) = 141+159+64=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9F40 is #7260BF. Grayscale: #8F8F8F. Windows color (decimal): -7495872 or 4235149. OLE color: 4235149.

HSL color Cylindrical-coordinate representation of color #8D9F40: hue angle of 71.37º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D9F40 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 141 159 64 -
CMYK 0.11 0 0.60 0.38
HSL 71.37º 0.43% 0.44% -
HSV(B) 71.37º 0.6% 0.62% -
XYZ 24.31 30.83 9.52 -
YUV 142.79 83.54 126.72 -
System Red Green Blue C M Y K H S L
Decimal 141 159 64 0.11 0 0.60 0.38 71.37 0.43 0.44
Hex 8D 9F 40 B 0 3C 26 47 2B 2C
Octal 215 237 100 13 0 74 46 107 53 54
Binary 10001101 10011111 1000000 1011 0 111100 100110 1000111 101011 101100

Color Harmonies of #8D9F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9F40

Black with #8D9F40

Text Example


Text Example

White with #8D9F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,159,64); }

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

background-color css

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

 a { background-color: rgb(141,159,64); }

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

border-color css

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

 span { border-color: rgb(141,159,64); }

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