Shades of Wasabi #8EA245
Tints of Wasabi #8EA245
RGB
CMYK
RGB Variations
Color information
#8EA245 (or 0x8EA245) is known color: Wasabi. HEX triplet: 8E, A2 and 45. RGB value is (142,162,69). Sum of RGB (Red+Green+Blue) = 142+162+69=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA245 is #715DBA. Grayscale: #919191. Windows color (decimal): -7429563 or 4563598. OLE color: 4563598.
HSL color Cylindrical-coordinate representation of color #8EA245: hue angle of 72.9º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8EA245 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 162 | 69 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.36 |
| HSL | 72.9º | 0.4% | 0.45% | - |
| HSV(B) | 72.9º | 0.57% | 0.64% | - |
| XYZ | 25.15 | 32.02 | 10.49 | - |
| YUV | 145.42 | 84.87 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 69 | 0.12 | 0 | 0.57 | 0.36 | 72.9 | 0.4 | 0.45 |
| Hex | 8E | A2 | 45 | C | 0 | 39 | 24 | 49 | 28 | 2D |
| Octal | 216 | 242 | 105 | 14 | 0 | 71 | 44 | 111 | 50 | 55 |
| Binary | 10001110 | 10100010 | 1000101 | 1100 | 0 | 111001 | 100100 | 1001001 | 101000 | 101101 |
Color Harmonies of #8EA245
Complementary color
Monochromatic Colors of #8EA245
Black with #8EA245
Text Example
Text Example
White with #8EA245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA245; }
p { color: rgb(142,162,69); }
H1.HeaderClassName
{
color: #8EA245;
}
.AnyTagClassName
{
color: #8EA245;
}
</style>
background-color css
<style>
a { background-color: #8EA245; }
a { background-color: rgb(142,162,69); }
div.DivClassName
{
background-color: #8EA245;
}
.BgClassName
{
background-color: #8EA245;
}
</style>
border-color css
<style>
span { border-color: #8EA245; }
span { border-color: rgb(142,162,69); }
td.TdClassName
{
border-color: #8EA245;
}
.TagClassName
{
border-color: #8EA245;
}
</style>