#8CA241

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

Shades of Wasabi #8CA241

Tints of Wasabi #8CA241

Color information

#8CA241 (or 0x8CA241) is unknown color: approx Wasabi. HEX triplet: 8C, A2 and 41. RGB value is (140,162,65). Sum of RGB (Red+Green+Blue) = 140+162+65=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA241 is #735DBE. Grayscale: #909090. Windows color (decimal): -7560639 or 4301452. OLE color: 4301452.

HSL color Cylindrical-coordinate representation of color #8CA241: hue angle of 73.61º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CA241 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB14016265-
CMYK0.1400.600.36
HSL73.61º42.73%44.51%-
HSV(B)73.61º59.88%63.53%-
XYZ24.6931.89.84-
YUV144.3683.21124.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.15%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 65 (25.78% from 255) = 17.71%
R=38.15%
G=44.14%
B=17.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140162650.1400.600.3673.6142.7344.51
Hex8CA241E03C244a2b2d
Octal21424210116074441125355
Binary10001100101000101000001111001111001001001001010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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