#8DA33E

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

Shades of Wasabi #8DA33E

Tints of Wasabi #8DA33E

Color information

#8DA33E (or 0x8DA33E) is unknown color: approx Wasabi. HEX triplet: 8D, A3 and 3E. RGB value is (141,163,62). Sum of RGB (Red+Green+Blue) = 141+163+62=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA33E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA33E is #725CC1. Grayscale: #919191. Windows color (decimal): -7494850 or 4105101. OLE color: 4105101.

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

Color convert

RGB14116362-
CMYK0.1300.620.36
HSL73.07º44.89%44.12%-
HSV(B)73.07º61.96%63.92%-
XYZ24.9532.29.46-
YUV144.9181.21125.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.52%
GREEN value IS 163 (64.06% from 255) = 44.54%
BLUE value IS 62 (24.61% from 255) = 16.94%
R=38.52%
G=44.54%
B=16.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141163620.1300.620.3673.0744.8944.12
Hex8DA33ED03E24492d2c
Octal2152437615076441115554
Binary1000110110100011111110110101111101001001001001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,163,62); }

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

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

 a { background-color: rgb(141,163,62); }

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

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

 span { border-color: rgb(141,163,62); }

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