#8DA048

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

Shades of Wasabi #8DA048

Tints of Wasabi #8DA048

Color information

#8DA048 (or 0x8DA048) is unknown color: approx Wasabi. HEX triplet: 8D, A0 and 48. RGB value is (141,160,72). Sum of RGB (Red+Green+Blue) = 141+160+72=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA048 is #725FB7. Grayscale: #909090. Windows color (decimal): -7495608 or 4759693. OLE color: 4759693.

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

Color convert

RGB14116072-
CMYK0.1200.550.37
HSL72.95º37.93%45.49%-
HSV(B)72.95º55%62.75%-
XYZ24.7331.2710.86-
YUV144.2987.21125.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.80%
GREEN value IS 160 (62.89% from 255) = 42.90%
BLUE value IS 72 (28.52% from 255) = 19.30%
R=37.80%
G=42.90%
B=19.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141160720.1200.550.3772.9537.9345.49
Hex8DA048C0372549262d
Octal21524011014067451114655
Binary10001101101000001001000110001101111001011001001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,160,72); }

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

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

 a { background-color: rgb(141,160,72); }

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

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

 span { border-color: rgb(141,160,72); }

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