#8CA13D

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

Shades of Wasabi #8CA13D

Tints of Wasabi #8CA13D

Color information

#8CA13D (or 0x8CA13D) is unknown color: approx Wasabi. HEX triplet: 8C, A1 and 3D. RGB value is (140,161,61). Sum of RGB (Red+Green+Blue) = 140+161+61=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA13D is #735EC2. Grayscale: #8F8F8F. Windows color (decimal): -7560899 or 4039052. OLE color: 4039052.

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

Color convert

RGB14016161-
CMYK0.1300.620.37
HSL72.6º45.05%43.53%-
HSV(B)72.6º62.11%63.14%-
XYZ24.431.49.19-
YUV143.3281.54125.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.67%
GREEN value IS 161 (63.28% from 255) = 44.48%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=38.67%
G=44.48%
B=16.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal140161610.1300.620.3772.645.0543.53
Hex8CA13DD03E25492d2c
Octal2142417515076451115554
Binary1000110010100001111101110101111101001011001001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,161,61); }

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

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

 a { background-color: rgb(140,161,61); }

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

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

 span { border-color: rgb(140,161,61); }

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