Html Css Color HEX #8F9D40 Wasabi

📋 copy color: '#8F9D40'

red 143 ◦ green 157 ◦ blue 64

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

Shades of Wasabi #8F9D40

Tints of Wasabi #8F9D40

RGB

 RED value IS 143 (56.25% from 255) = 39.29%

 GREEN value IS 157 (61.72% from 255) = 43.13%

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

R = 39.29%
G = 43.13%
B = 17.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#8F9D40 (or 0x8F9D40) is known color: Wasabi. HEX triplet: 8F, 9D and 40. RGB value is (143,157,64). Sum of RGB (Red+Green+Blue) = 143+157+64=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9D40 is #7062BF. Grayscale: #8E8E8E. Windows color (decimal): -7365312 or 4234639. OLE color: 4234639.

HSL color Cylindrical-coordinate representation of color #8F9D40: hue angle of 69.03º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F9D40 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 157 64 -
CMYK 0.09 0 0.59 0.38
HSL 69.03º 0.42% 0.43% -
HSV(B) 69.03º 0.59% 0.62% -
XYZ 24.31 30.32 9.42 -
YUV 142.21 83.86 128.56 -
System Red Green Blue C M Y K H S L
Decimal 143 157 64 0.09 0 0.59 0.38 69.03 0.42 0.43
Hex 8F 9D 40 9 0 3B 26 45 2A 2B
Octal 217 235 100 11 0 73 46 105 52 53
Binary 10001111 10011101 1000000 1001 0 111011 100110 1000101 101010 101011

Color Harmonies of #8F9D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9D40

Black with #8F9D40

Text Example


Text Example

White with #8F9D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,157,64); }

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

background-color css

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

 a { background-color: rgb(143,157,64); }

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

border-color css

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

 span { border-color: rgb(143,157,64); }

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