#8FA03D

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

Shades of Wasabi #8FA03D

Tints of Wasabi #8FA03D

Color information

#8FA03D (or 0x8FA03D) is unknown color: approx Wasabi. HEX triplet: 8F, A0 and 3D. RGB value is (143,160,61). Sum of RGB (Red+Green+Blue) = 143+160+61=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA03D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA03D is #705FC2. Grayscale: #909090. Windows color (decimal): -7364547 or 4038799. OLE color: 4038799.

HSL color Cylindrical-coordinate representation of color #8FA03D: hue angle of 70.3º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FA03D is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB14316061-
CMYK0.1100.620.37
HSL70.3º44.8%43.33%-
HSV(B)70.3º61.87%62.75%-
XYZ24.7431.329.16-
YUV143.6381.37127.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.29%
GREEN value IS 160 (62.89% from 255) = 43.96%
BLUE value IS 61 (24.22% from 255) = 16.76%
R=39.29%
G=43.96%
B=16.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal143160610.1100.620.3770.344.843.33
Hex8FA03DB03E25462d2b
Octal2172407513076451065553
Binary1000111110100000111101101101111101001011000110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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