Shades of Wasabi #8DA240
Tints of Wasabi #8DA240
RGB
CMYK
RGB Variations
Color information
#8DA240 (or 0x8DA240) is known color: Wasabi. HEX triplet: 8D, A2 and 40. RGB value is (141,162,64). Sum of RGB (Red+Green+Blue) = 141+162+64=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA240 is #725DBF. Grayscale: #909090. Windows color (decimal): -7495104 or 4235917. OLE color: 4235917.
HSL color Cylindrical-coordinate representation of color #8DA240: hue angle of 72.86º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DA240 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 162 | 64 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.36 |
| HSL | 72.86º | 0.43% | 0.44% | - |
| HSV(B) | 72.86º | 0.6% | 0.64% | - |
| XYZ | 24.83 | 31.87 | 9.69 | - |
| YUV | 144.55 | 82.54 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 64 | 0.13 | 0 | 0.60 | 0.36 | 72.86 | 0.43 | 0.44 |
| Hex | 8D | A2 | 40 | D | 0 | 3C | 24 | 49 | 2B | 2C |
| Octal | 215 | 242 | 100 | 15 | 0 | 74 | 44 | 111 | 53 | 54 |
| Binary | 10001101 | 10100010 | 1000000 | 1101 | 0 | 111100 | 100100 | 1001001 | 101011 | 101100 |
Color Harmonies of #8DA240
Complementary color
Monochromatic Colors of #8DA240
Black with #8DA240
Text Example
Text Example
White with #8DA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA240; }
p { color: rgb(141,162,64); }
H1.HeaderClassName
{
color: #8DA240;
}
.AnyTagClassName
{
color: #8DA240;
}
</style>
background-color css
<style>
a { background-color: #8DA240; }
a { background-color: rgb(141,162,64); }
div.DivClassName
{
background-color: #8DA240;
}
.BgClassName
{
background-color: #8DA240;
}
</style>
border-color css
<style>
span { border-color: #8DA240; }
span { border-color: rgb(141,162,64); }
td.TdClassName
{
border-color: #8DA240;
}
.TagClassName
{
border-color: #8DA240;
}
</style>