Shades of Wasabi #8DA036
Tints of Wasabi #8DA036
RGB
CMYK
RGB Variations
Color information
#8DA036 (or 0x8DA036) is known color: Wasabi. HEX triplet: 8D, A0 and 36. RGB value is (141,160,54). Sum of RGB (Red+Green+Blue) = 141+160+54=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA036 is #725FC9. Grayscale: #8E8E8E. Windows color (decimal): -7495626 or 3580045. OLE color: 3580045.
HSL color Cylindrical-coordinate representation of color #8DA036: hue angle of 70.75º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DA036 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 54 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.37 |
| HSL | 70.75º | 0.5% | 0.42% | - |
| HSV(B) | 70.75º | 0.66% | 0.63% | - |
| XYZ | 24.22 | 31.07 | 8.21 | - |
| YUV | 142.24 | 78.21 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 54 | 0.12 | 0 | 0.66 | 0.37 | 70.75 | 0.5 | 0.42 |
| Hex | 8D | A0 | 36 | C | 0 | 42 | 25 | 47 | 32 | 2A |
| Octal | 215 | 240 | 66 | 14 | 0 | 102 | 45 | 107 | 62 | 52 |
| Binary | 10001101 | 10100000 | 110110 | 1100 | 0 | 1000010 | 100101 | 1000111 | 110010 | 101010 |
Color Harmonies of #8DA036
Complementary color
Monochromatic Colors of #8DA036
Black with #8DA036
Text Example
Text Example
White with #8DA036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA036; }
p { color: rgb(141,160,54); }
H1.HeaderClassName
{
color: #8DA036;
}
.AnyTagClassName
{
color: #8DA036;
}
</style>
background-color css
<style>
a { background-color: #8DA036; }
a { background-color: rgb(141,160,54); }
div.DivClassName
{
background-color: #8DA036;
}
.BgClassName
{
background-color: #8DA036;
}
</style>
border-color css
<style>
span { border-color: #8DA036; }
span { border-color: rgb(141,160,54); }
td.TdClassName
{
border-color: #8DA036;
}
.TagClassName
{
border-color: #8DA036;
}
</style>