#8FA440

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

Shades of Wasabi #8FA440

Tints of Wasabi #8FA440

Color information

#8FA440 (or 0x8FA440) is unknown color: approx Wasabi. HEX triplet: 8F, A4 and 40. RGB value is (143,164,64). Sum of RGB (Red+Green+Blue) = 143+164+64=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA440 is #705BBF. Grayscale: #929292. Windows color (decimal): -7363520 or 4236431. OLE color: 4236431.

HSL color Cylindrical-coordinate representation of color #8FA440: hue angle of 72.6º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FA440 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB14316464-
CMYK0.1300.610.36
HSL72.6º43.86%44.71%-
HSV(B)72.6º60.98%64.31%-
XYZ25.5332.769.83-
YUV146.3281.54125.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 64 (25.39% from 255) = 17.25%
R=38.54%
G=44.20%
B=17.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143164640.1300.610.3672.643.8644.71
Hex8FA440D03D24492c2d
Octal21724410015075441115455
Binary10001111101001001000000110101111011001001001001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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