#8F983A

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

Shades of Wasabi #8F983A

Tints of Wasabi #8F983A

Color information

#8F983A (or 0x8F983A) is unknown color: approx Wasabi. HEX triplet: 8F, 98 and 3A. RGB value is (143,152,58). Sum of RGB (Red+Green+Blue) = 143+152+58=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #8F983A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F983A is #7067C5. Grayscale: #8A8A8A. Windows color (decimal): -7366598 or 3840143. OLE color: 3840143.

HSL color Cylindrical-coordinate representation of color #8F983A: hue angle of 65.74º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F983A is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB14315258-
CMYK0.0600.620.40
HSL65.74º44.76%41.18%-
HSV(B)65.74º61.84%59.61%-
XYZ23.3228.68.29-
YUV138.5982.52131.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.51%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 58 (23.05% from 255) = 16.43%
R=40.51%
G=43.06%
B=16.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal143152580.0600.620.4065.7444.7641.18
Hex8F983A603E28422d29
Octal217230726076501025551
Binary100011111001100011101011001111101010001000010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,152,58); }

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

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

 a { background-color: rgb(143,152,58); }

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

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

 span { border-color: rgb(143,152,58); }

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