Shades of Wasabi #8EA147
Tints of Wasabi #8EA147
RGB
CMYK
RGB Variations
Color information
#8EA147 (or 0x8EA147) is known color: Wasabi. HEX triplet: 8E, A1 and 47. RGB value is (142,161,71). Sum of RGB (Red+Green+Blue) = 142+161+71=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA147 is #715EB8. Grayscale: #919191. Windows color (decimal): -7429817 or 4694414. OLE color: 4694414.
HSL color Cylindrical-coordinate representation of color #8EA147: hue angle of 72.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8EA147 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 161 | 71 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.37 |
| HSL | 72.67º | 0.39% | 0.45% | - |
| HSV(B) | 72.67º | 0.56% | 0.63% | - |
| XYZ | 25.04 | 31.7 | 10.76 | - |
| YUV | 145.06 | 86.21 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 71 | 0.12 | 0 | 0.56 | 0.37 | 72.67 | 0.39 | 0.45 |
| Hex | 8E | A1 | 47 | C | 0 | 38 | 25 | 49 | 27 | 2D |
| Octal | 216 | 241 | 107 | 14 | 0 | 70 | 45 | 111 | 47 | 55 |
| Binary | 10001110 | 10100001 | 1000111 | 1100 | 0 | 111000 | 100101 | 1001001 | 100111 | 101101 |
Color Harmonies of #8EA147
Complementary color
Monochromatic Colors of #8EA147
Black with #8EA147
Text Example
Text Example
White with #8EA147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA147; }
p { color: rgb(142,161,71); }
H1.HeaderClassName
{
color: #8EA147;
}
.AnyTagClassName
{
color: #8EA147;
}
</style>
background-color css
<style>
a { background-color: #8EA147; }
a { background-color: rgb(142,161,71); }
div.DivClassName
{
background-color: #8EA147;
}
.BgClassName
{
background-color: #8EA147;
}
</style>
border-color css
<style>
span { border-color: #8EA147; }
span { border-color: rgb(142,161,71); }
td.TdClassName
{
border-color: #8EA147;
}
.TagClassName
{
border-color: #8EA147;
}
</style>