#8FA43D

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

Shades of Wasabi #8FA43D

Tints of Wasabi #8FA43D

Color information

#8FA43D (or 0x8FA43D) is unknown color: approx Wasabi. HEX triplet: 8F, A4 and 3D. RGB value is (143,164,61). Sum of RGB (Red+Green+Blue) = 143+164+61=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA43D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA43D is #705BC2. Grayscale: #929292. Windows color (decimal): -7363523 or 4039823. OLE color: 4039823.

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

Color convert

RGB14316461-
CMYK0.1300.630.36
HSL72.23º45.78%44.12%-
HSV(B)72.23º62.8%64.31%-
XYZ25.4532.739.39-
YUV145.9880.04125.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 164 (64.45% from 255) = 44.57%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=38.86%
G=44.57%
B=16.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143164610.1300.630.3672.2345.7844.12
Hex8FA43DD03F24482e2c
Octal2172447515077441105654
Binary1000111110100100111101110101111111001001001000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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