#8DA145

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

Shades of Wasabi #8DA145

Tints of Wasabi #8DA145

Color information

#8DA145 (or 0x8DA145) is unknown color: approx Wasabi. HEX triplet: 8D, A1 and 45. RGB value is (141,161,69). Sum of RGB (Red+Green+Blue) = 141+161+69=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA145 is #725EBA. Grayscale: #909090. Windows color (decimal): -7495355 or 4563341. OLE color: 4563341.

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

Color convert

RGB14116169-
CMYK0.1200.570.37
HSL73.04º40%45.1%-
HSV(B)73.04º57.14%63.14%-
XYZ24.831.5810.42-
YUV144.5385.37125.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.01%
GREEN value IS 161 (63.28% from 255) = 43.40%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=38.01%
G=43.40%
B=18.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141161690.1200.570.3773.044045.1
Hex8DA145C0392549282d
Octal21524110514071451115055
Binary10001101101000011000101110001110011001011001001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,161,69); }

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

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

 a { background-color: rgb(141,161,69); }

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

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

 span { border-color: rgb(141,161,69); }

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