#8CA247

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

Shades of Wasabi #8CA247

Tints of Wasabi #8CA247

Color information

#8CA247 (or 0x8CA247) is unknown color: approx Wasabi. HEX triplet: 8C, A2 and 47. RGB value is (140,162,71). Sum of RGB (Red+Green+Blue) = 140+162+71=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA247 is #735DB8. Grayscale: #919191. Windows color (decimal): -7560633 or 4694668. OLE color: 4694668.

HSL color Cylindrical-coordinate representation of color #8CA247: hue angle of 74.51º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CA247 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB14016271-
CMYK0.1400.560.36
HSL74.51º39.06%45.69%-
HSV(B)74.51º56.17%63.53%-
XYZ24.8731.8710.8-
YUV145.0586.21124.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.53%
GREEN value IS 162 (63.67% from 255) = 43.43%
BLUE value IS 71 (28.12% from 255) = 19.03%
R=37.53%
G=43.43%
B=19.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140162710.1400.560.3674.5139.0645.69
Hex8CA247E038244b272e
Octal21424210716070441134756
Binary10001100101000101000111111001110001001001001011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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