#8FA136

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

Shades of Wasabi #8FA136

Tints of Wasabi #8FA136

Color information

#8FA136 (or 0x8FA136) is unknown color: approx Wasabi. HEX triplet: 8F, A1 and 36. RGB value is (143,161,54). Sum of RGB (Red+Green+Blue) = 143+161+54=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA136 is #705EC9. Grayscale: #8F8F8F. Windows color (decimal): -7364298 or 3580303. OLE color: 3580303.

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

Color convert

RGB14316154-
CMYK0.1100.660.37
HSL70.09º49.77%42.16%-
HSV(B)70.09º66.46%63.14%-
XYZ24.7431.68.28-
YUV143.4277.54127.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.94%
GREEN value IS 161 (63.28% from 255) = 44.97%
BLUE value IS 54 (21.48% from 255) = 15.08%
R=39.94%
G=44.97%
B=15.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal143161540.1100.660.3770.0949.7742.16
Hex8FA136B0422546322a
Octal21724166130102451066252
Binary10001111101000011101101011010000101001011000110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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