Shades of Wasabi #8DA041
Tints of Wasabi #8DA041
RGB
CMYK
RGB Variations
Color information
#8DA041 (or 0x8DA041) is known color: Wasabi. HEX triplet: 8D, A0 and 41. RGB value is (141,160,65). Sum of RGB (Red+Green+Blue) = 141+160+65=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA041 is #725FBE. Grayscale: #8F8F8F. Windows color (decimal): -7495615 or 4300941. OLE color: 4300941.
HSL color Cylindrical-coordinate representation of color #8DA041: hue angle of 72º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DA041 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 65 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.37 |
| HSL | 72º | 0.42% | 0.44% | - |
| HSV(B) | 72º | 0.59% | 0.63% | - |
| XYZ | 24.51 | 31.19 | 9.73 | - |
| YUV | 143.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 65 | 0.12 | 0 | 0.59 | 0.37 | 72 | 0.42 | 0.44 |
| Hex | 8D | A0 | 41 | C | 0 | 3B | 25 | 48 | 2A | 2C |
| Octal | 215 | 240 | 101 | 14 | 0 | 73 | 45 | 110 | 52 | 54 |
| Binary | 10001101 | 10100000 | 1000001 | 1100 | 0 | 111011 | 100101 | 1001000 | 101010 | 101100 |
Color Harmonies of #8DA041
Complementary color
Monochromatic Colors of #8DA041
Black with #8DA041
Text Example
Text Example
White with #8DA041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA041; }
p { color: rgb(141,160,65); }
H1.HeaderClassName
{
color: #8DA041;
}
.AnyTagClassName
{
color: #8DA041;
}
</style>
background-color css
<style>
a { background-color: #8DA041; }
a { background-color: rgb(141,160,65); }
div.DivClassName
{
background-color: #8DA041;
}
.BgClassName
{
background-color: #8DA041;
}
</style>
border-color css
<style>
span { border-color: #8DA041; }
span { border-color: rgb(141,160,65); }
td.TdClassName
{
border-color: #8DA041;
}
.TagClassName
{
border-color: #8DA041;
}
</style>