#8CA047

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

Shades of Wasabi #8CA047

Tints of Wasabi #8CA047

Color information

#8CA047 (or 0x8CA047) is unknown color: approx Wasabi. HEX triplet: 8C, A0 and 47. RGB value is (140,160,71). Sum of RGB (Red+Green+Blue) = 140+160+71=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA047 is #735FB8. Grayscale: #909090. Windows color (decimal): -7561145 or 4694156. OLE color: 4694156.

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

Color convert

RGB14016071-
CMYK0.1200.560.37
HSL73.48º38.53%45.29%-
HSV(B)73.48º55.62%62.75%-
XYZ24.5231.1710.69-
YUV143.8786.87125.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.74%
GREEN value IS 160 (62.89% from 255) = 43.13%
BLUE value IS 71 (28.12% from 255) = 19.14%
R=37.74%
G=43.13%
B=19.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal140160710.1200.560.3773.4838.5345.29
Hex8CA047C0382549272d
Octal21424010714070451114755
Binary10001100101000001000111110001110001001011001001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,160,71); }

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

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

 a { background-color: rgb(140,160,71); }

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

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

 span { border-color: rgb(140,160,71); }

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