#8DA53E

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

Shades of Wasabi #8DA53E

Tints of Wasabi #8DA53E

Color information

#8DA53E (or 0x8DA53E) is unknown color: approx Wasabi. HEX triplet: 8D, A5 and 3E. RGB value is (141,165,62). Sum of RGB (Red+Green+Blue) = 141+165+62=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA53E is #725AC1. Grayscale: #929292. Windows color (decimal): -7494338 or 4105613. OLE color: 4105613.

HSL color Cylindrical-coordinate representation of color #8DA53E: hue angle of 73.98º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DA53E is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB14116562-
CMYK0.1500.620.35
HSL73.98º45.37%44.51%-
HSV(B)73.98º62.42%64.71%-
XYZ25.3132.929.58-
YUV146.0880.55124.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.32%
GREEN value IS 165 (64.84% from 255) = 44.84%
BLUE value IS 62 (24.61% from 255) = 16.85%
R=38.32%
G=44.84%
B=16.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141165620.1500.620.3573.9845.3744.51
Hex8DA53EF03E234a2d2d
Octal2152457617076431125555
Binary1000110110100101111110111101111101000111001010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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