#8FA145

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

Shades of Wasabi #8FA145

Tints of Wasabi #8FA145

Color information

#8FA145 (or 0x8FA145) is unknown color: approx Wasabi. HEX triplet: 8F, A1 and 45. RGB value is (143,161,69). Sum of RGB (Red+Green+Blue) = 143+161+69=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA145 is #705EBA. Grayscale: #919191. Windows color (decimal): -7364283 or 4563343. OLE color: 4563343.

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

Color convert

RGB14316169-
CMYK0.1100.570.37
HSL71.74º40%45.1%-
HSV(B)71.74º57.14%63.14%-
XYZ25.1531.7610.43-
YUV145.1385.04126.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.34%
GREEN value IS 161 (63.28% from 255) = 43.16%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=38.34%
G=43.16%
B=18.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal143161690.1100.570.3771.744045.1
Hex8FA145B0392548282d
Octal21724110513071451105055
Binary10001111101000011000101101101110011001011001000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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