Shades of Wasabi #8EA034
Tints of Wasabi #8EA034
RGB
CMYK
RGB Variations
Color information
#8EA034 (or 0x8EA034) is known color: Wasabi. HEX triplet: 8E, A0 and 34. RGB value is (142,160,52). Sum of RGB (Red+Green+Blue) = 142+160+52=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA034 is #715FCB. Grayscale: #8E8E8E. Windows color (decimal): -7430092 or 3448974. OLE color: 3448974.
HSL color Cylindrical-coordinate representation of color #8EA034: hue angle of 70º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EA034 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 160 | 52 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.37 |
| HSL | 70º | 0.51% | 0.42% | - |
| HSV(B) | 70º | 0.68% | 0.63% | - |
| XYZ | 24.35 | 31.14 | 7.98 | - |
| YUV | 142.31 | 77.04 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 52 | 0.11 | 0 | 0.68 | 0.37 | 70 | 0.51 | 0.42 |
| Hex | 8E | A0 | 34 | B | 0 | 44 | 25 | 46 | 33 | 2A |
| Octal | 216 | 240 | 64 | 13 | 0 | 104 | 45 | 106 | 63 | 52 |
| Binary | 10001110 | 10100000 | 110100 | 1011 | 0 | 1000100 | 100101 | 1000110 | 110011 | 101010 |
Color Harmonies of #8EA034
Complementary color
Monochromatic Colors of #8EA034
Black with #8EA034
Text Example
Text Example
White with #8EA034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA034; }
p { color: rgb(142,160,52); }
H1.HeaderClassName
{
color: #8EA034;
}
.AnyTagClassName
{
color: #8EA034;
}
</style>
background-color css
<style>
a { background-color: #8EA034; }
a { background-color: rgb(142,160,52); }
div.DivClassName
{
background-color: #8EA034;
}
.BgClassName
{
background-color: #8EA034;
}
</style>
border-color css
<style>
span { border-color: #8EA034; }
span { border-color: rgb(142,160,52); }
td.TdClassName
{
border-color: #8EA034;
}
.TagClassName
{
border-color: #8EA034;
}
</style>