Shades of Wasabi #8DA035
Tints of Wasabi #8DA035
RGB
CMYK
RGB Variations
Color information
#8DA035 (or 0x8DA035) is known color: Wasabi. HEX triplet: 8D, A0 and 35. RGB value is (141,160,53). Sum of RGB (Red+Green+Blue) = 141+160+53=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA035 is #725FCA. Grayscale: #8E8E8E. Windows color (decimal): -7495627 or 3514509. OLE color: 3514509.
HSL color Cylindrical-coordinate representation of color #8DA035: hue angle of 70.65º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DA035 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 53 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.37 |
| HSL | 70.65º | 0.5% | 0.42% | - |
| HSV(B) | 70.65º | 0.67% | 0.63% | - |
| XYZ | 24.2 | 31.06 | 8.09 | - |
| YUV | 142.12 | 77.71 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 53 | 0.12 | 0 | 0.67 | 0.37 | 70.65 | 0.5 | 0.42 |
| Hex | 8D | A0 | 35 | C | 0 | 43 | 25 | 47 | 32 | 2A |
| Octal | 215 | 240 | 65 | 14 | 0 | 103 | 45 | 107 | 62 | 52 |
| Binary | 10001101 | 10100000 | 110101 | 1100 | 0 | 1000011 | 100101 | 1000111 | 110010 | 101010 |
Color Harmonies of #8DA035
Complementary color
Monochromatic Colors of #8DA035
Black with #8DA035
Text Example
Text Example
White with #8DA035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA035; }
p { color: rgb(141,160,53); }
H1.HeaderClassName
{
color: #8DA035;
}
.AnyTagClassName
{
color: #8DA035;
}
</style>
background-color css
<style>
a { background-color: #8DA035; }
a { background-color: rgb(141,160,53); }
div.DivClassName
{
background-color: #8DA035;
}
.BgClassName
{
background-color: #8DA035;
}
</style>
border-color css
<style>
span { border-color: #8DA035; }
span { border-color: rgb(141,160,53); }
td.TdClassName
{
border-color: #8DA035;
}
.TagClassName
{
border-color: #8DA035;
}
</style>