Shades of Wasabi #8DA145
Tints of Wasabi #8DA145
RGB
CMYK
RGB Variations
Color information
#8DA145 (or 0x8DA145) is known color: Wasabi. HEX triplet: 8D, A1 and 45. RGB value is (141,161,69). Sum of RGB (Red+Green+Blue) = 141+161+69=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA145 is #725EBA. Grayscale: #909090. Windows color (decimal): -7495355 or 4563341. OLE color: 4563341.
HSL color Cylindrical-coordinate representation of color #8DA145: hue angle of 73.04º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DA145 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 161 | 69 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.37 |
| HSL | 73.04º | 0.4% | 0.45% | - |
| HSV(B) | 73.04º | 0.57% | 0.63% | - |
| XYZ | 24.8 | 31.58 | 10.42 | - |
| YUV | 144.53 | 85.37 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 69 | 0.12 | 0 | 0.57 | 0.37 | 73.04 | 0.4 | 0.45 |
| Hex | 8D | A1 | 45 | C | 0 | 39 | 25 | 49 | 28 | 2D |
| Octal | 215 | 241 | 105 | 14 | 0 | 71 | 45 | 111 | 50 | 55 |
| Binary | 10001101 | 10100001 | 1000101 | 1100 | 0 | 111001 | 100101 | 1001001 | 101000 | 101101 |
Color Harmonies of #8DA145
Complementary color
Monochromatic Colors of #8DA145
Black with #8DA145
Text Example
Text Example
White with #8DA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA145; }
p { color: rgb(141,161,69); }
H1.HeaderClassName
{
color: #8DA145;
}
.AnyTagClassName
{
color: #8DA145;
}
</style>
background-color css
<style>
a { background-color: #8DA145; }
a { background-color: rgb(141,161,69); }
div.DivClassName
{
background-color: #8DA145;
}
.BgClassName
{
background-color: #8DA145;
}
</style>
border-color css
<style>
span { border-color: #8DA145; }
span { border-color: rgb(141,161,69); }
td.TdClassName
{
border-color: #8DA145;
}
.TagClassName
{
border-color: #8DA145;
}
</style>