#8DA444

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

Shades of Wasabi #8DA444

Tints of Wasabi #8DA444

Color information

#8DA444 (or 0x8DA444) is unknown color: approx Wasabi. HEX triplet: 8D, A4 and 44. RGB value is (141,164,68). Sum of RGB (Red+Green+Blue) = 141+164+68=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA444 is #725BBB. Grayscale: #929292. Windows color (decimal): -7494588 or 4498573. OLE color: 4498573.

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

Color convert

RGB14116468-
CMYK0.1400.590.36
HSL74.38º41.38%45.49%-
HSV(B)74.38º58.54%64.31%-
XYZ25.332.6310.43-
YUV146.1883.88124.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.80%
GREEN value IS 164 (64.45% from 255) = 43.97%
BLUE value IS 68 (26.95% from 255) = 18.23%
R=37.80%
G=43.97%
B=18.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141164680.1400.590.3674.3841.3845.49
Hex8DA444E03B244a292d
Octal21524410416073441125155
Binary10001101101001001000100111001110111001001001010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,164,68); }

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

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

 a { background-color: rgb(141,164,68); }

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

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

 span { border-color: rgb(141,164,68); }

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