Html Css Color HEX #8F9F40 Wasabi

📋 copy color: '#8F9F40'

red 143 ◦ green 159 ◦ blue 64

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

Shades of Wasabi #8F9F40

Tints of Wasabi #8F9F40

RGB

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

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

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

R = 39.07%
G = 43.44%
B = 17.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#8F9F40 (or 0x8F9F40) is known color: Wasabi. HEX triplet: 8F, 9F and 40. RGB value is (143,159,64). Sum of RGB (Red+Green+Blue) = 143+159+64=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9F40 is #7060BF. Grayscale: #8F8F8F. Windows color (decimal): -7364800 or 4235151. OLE color: 4235151.

HSL color Cylindrical-coordinate representation of color #8F9F40: hue angle of 70.11º 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 #8F9F40 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 159 64 -
CMYK 0.10 0 0.60 0.38
HSL 70.11º 0.43% 0.44% -
HSV(B) 70.11º 0.6% 0.62% -
XYZ 24.65 31.01 9.54 -
YUV 143.39 83.2 127.72 -
System Red Green Blue C M Y K H S L
Decimal 143 159 64 0.10 0 0.60 0.38 70.11 0.43 0.44
Hex 8F 9F 40 A 0 3C 26 46 2B 2C
Octal 217 237 100 12 0 74 46 106 53 54
Binary 10001111 10011111 1000000 1010 0 111100 100110 1000110 101011 101100

Color Harmonies of #8F9F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9F40

Black with #8F9F40

Text Example


Text Example

White with #8F9F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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