#8FA345

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

Shades of Wasabi #8FA345

Tints of Wasabi #8FA345

Color information

#8FA345 (or 0x8FA345) is unknown color: approx Wasabi. HEX triplet: 8F, A3 and 45. RGB value is (143,163,69). Sum of RGB (Red+Green+Blue) = 143+163+69=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA345 is #705CBA. Grayscale: #929292. Windows color (decimal): -7363771 or 4563855. OLE color: 4563855.

HSL color Cylindrical-coordinate representation of color #8FA345: hue angle of 72.77º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8FA345 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB14316369-
CMYK0.1200.580.36
HSL72.77º40.52%45.49%-
HSV(B)72.77º57.67%63.92%-
XYZ25.532.4610.55-
YUV146.384.37125.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.13%
GREEN value IS 163 (64.06% from 255) = 43.47%
BLUE value IS 69 (27.34% from 255) = 18.4%
R=38.13%
G=43.47%
B=18.4%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143163690.1200.580.3672.7740.5245.49
Hex8FA345C03A2449292d
Octal21724310514072441115155
Binary10001111101000111000101110001110101001001001001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,163,69); }

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

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

 a { background-color: rgb(143,163,69); }

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

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

 span { border-color: rgb(143,163,69); }

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