#8FA53F

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

Shades of Wasabi #8FA53F

Tints of Wasabi #8FA53F

Color information

#8FA53F (or 0x8FA53F) is unknown color: approx Wasabi. HEX triplet: 8F, A5 and 3F. RGB value is (143,165,63). Sum of RGB (Red+Green+Blue) = 143+165+63=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA53F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA53F is #705AC0. Grayscale: #939393. Windows color (decimal): -7363265 or 4171151. OLE color: 4171151.

HSL color Cylindrical-coordinate representation of color #8FA53F: hue angle of 72.94º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FA53F is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB14316563-
CMYK0.1300.620.35
HSL72.94º44.74%44.71%-
HSV(B)72.94º61.82%64.71%-
XYZ25.6833.119.74-
YUV146.7980.71125.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 63 (25% from 255) = 16.98%
R=38.54%
G=44.47%
B=16.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal143165630.1300.620.3572.9444.7444.71
Hex8FA53FD03E23492d2d
Octal2172457715076431115555
Binary1000111110100101111111110101111101000111001001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,165,63); }

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

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

 a { background-color: rgb(143,165,63); }

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

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

 span { border-color: rgb(143,165,63); }

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