#8CA43F

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

Shades of Wasabi #8CA43F

Tints of Wasabi #8CA43F

Color information

#8CA43F (or 0x8CA43F) is unknown color: approx Wasabi. HEX triplet: 8C, A4 and 3F. RGB value is (140,164,63). Sum of RGB (Red+Green+Blue) = 140+164+63=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA43F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA43F is #735BC0. Grayscale: #919191. Windows color (decimal): -7560129 or 4170892. OLE color: 4170892.

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

Color convert

RGB14016463-
CMYK0.1500.620.36
HSL74.26º44.49%44.51%-
HSV(B)74.26º61.59%64.31%-
XYZ24.9932.499.66-
YUV145.3181.55124.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.15%
GREEN value IS 164 (64.45% from 255) = 44.69%
BLUE value IS 63 (25% from 255) = 17.17%
R=38.15%
G=44.69%
B=17.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140164630.1500.620.3674.2644.4944.51
Hex8CA43FF03E244a2c2d
Octal2142447717076441125455
Binary1000110010100100111111111101111101001001001010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,164,63); }

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

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

 a { background-color: rgb(140,164,63); }

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

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

 span { border-color: rgb(140,164,63); }

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