#8FA346

Color #8FA346 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #8FA346

Tints of Wasabi #8FA346

Color information

#8FA346 (or 0x8FA346) is unknown color: approx Wasabi. HEX triplet: 8F, A3 and 46. RGB value is (143,163,70). Sum of RGB (Red+Green+Blue) = 143+163+70=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA346 is #705CB9. Grayscale: #929292. Windows color (decimal): -7363770 or 4629391. OLE color: 4629391.

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

Color convert

RGB14316370-
CMYK0.1200.570.36
HSL72.9º39.91%45.69%-
HSV(B)72.9º57.06%63.92%-
XYZ25.5332.4810.72-
YUV146.4284.87125.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.03%
GREEN value IS 163 (64.06% from 255) = 43.35%
BLUE value IS 70 (27.73% from 255) = 18.62%
R=38.03%
G=43.35%
B=18.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143163700.1200.570.3672.939.9145.69
Hex8FA346C0392449282e
Octal21724310614071441115056
Binary10001111101000111000110110001110011001001001001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,163,70); }

 H1.HeaderClassName
 {
   color: #8FA346;
 }
 .AnyTagClassName
 {
   color: #8FA346;
 }
</style>
background-color css

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

 a { background-color: rgb(143,163,70); }

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

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

 span { border-color: rgb(143,163,70); }

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