Shades of Wasabi #8EA149
Tints of Wasabi #8EA149
RGB
CMYK
RGB Variations
Color information
#8EA149 (or 0x8EA149) is known color: Wasabi. HEX triplet: 8E, A1 and 49. RGB value is (142,161,73). Sum of RGB (Red+Green+Blue) = 142+161+73=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA149 is #715EB6. Grayscale: #919191. Windows color (decimal): -7429815 or 4825486. OLE color: 4825486.
HSL color Cylindrical-coordinate representation of color #8EA149: hue angle of 72.95º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8EA149 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 161 | 73 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.37 |
| HSL | 72.95º | 0.38% | 0.46% | - |
| HSV(B) | 72.95º | 0.55% | 0.63% | - |
| XYZ | 25.1 | 31.72 | 11.1 | - |
| YUV | 145.29 | 87.21 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 73 | 0.12 | 0 | 0.55 | 0.37 | 72.95 | 0.38 | 0.46 |
| Hex | 8E | A1 | 49 | C | 0 | 37 | 25 | 49 | 26 | 2E |
| Octal | 216 | 241 | 111 | 14 | 0 | 67 | 45 | 111 | 46 | 56 |
| Binary | 10001110 | 10100001 | 1001001 | 1100 | 0 | 110111 | 100101 | 1001001 | 100110 | 101110 |
Color Harmonies of #8EA149
Complementary color
Monochromatic Colors of #8EA149
Black with #8EA149
Text Example
Text Example
White with #8EA149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA149; }
p { color: rgb(142,161,73); }
H1.HeaderClassName
{
color: #8EA149;
}
.AnyTagClassName
{
color: #8EA149;
}
</style>
background-color css
<style>
a { background-color: #8EA149; }
a { background-color: rgb(142,161,73); }
div.DivClassName
{
background-color: #8EA149;
}
.BgClassName
{
background-color: #8EA149;
}
</style>
border-color css
<style>
span { border-color: #8EA149; }
span { border-color: rgb(142,161,73); }
td.TdClassName
{
border-color: #8EA149;
}
.TagClassName
{
border-color: #8EA149;
}
</style>