#8FA442

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

Shades of Wasabi #8FA442

Tints of Wasabi #8FA442

Color information

#8FA442 (or 0x8FA442) is unknown color: approx Wasabi. HEX triplet: 8F, A4 and 42. RGB value is (143,164,66). Sum of RGB (Red+Green+Blue) = 143+164+66=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA442 is #705BBD. Grayscale: #929292. Windows color (decimal): -7363518 or 4367503. OLE color: 4367503.

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

Color convert

RGB14316466-
CMYK0.1300.600.36
HSL72.86º42.61%45.1%-
HSV(B)72.86º59.76%64.31%-
XYZ25.5932.7810.13-
YUV146.5582.54125.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.34%
GREEN value IS 164 (64.45% from 255) = 43.97%
BLUE value IS 66 (26.17% from 255) = 17.69%
R=38.34%
G=43.97%
B=17.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143164660.1300.600.3672.8642.6145.1
Hex8FA442D03C24492b2d
Octal21724410215074441115355
Binary10001111101001001000010110101111001001001001001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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