Shades of Wasabi #8DA443
Tints of Wasabi #8DA443
RGB
CMYK
RGB Variations
Color information
#8DA443 (or 0x8DA443) is known color: Wasabi. HEX triplet: 8D, A4 and 43. RGB value is (141,164,67). Sum of RGB (Red+Green+Blue) = 141+164+67=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA443 is #725BBC. Grayscale: #929292. Windows color (decimal): -7494589 or 4433037. OLE color: 4433037.
HSL color Cylindrical-coordinate representation of color #8DA443: hue angle of 74.23º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DA443 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 164 | 67 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.36 |
| HSL | 74.23º | 0.42% | 0.45% | - |
| HSV(B) | 74.23º | 0.59% | 0.64% | - |
| XYZ | 25.27 | 32.62 | 10.27 | - |
| YUV | 146.07 | 83.38 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 164 | 67 | 0.14 | 0 | 0.59 | 0.36 | 74.23 | 0.42 | 0.45 |
| Hex | 8D | A4 | 43 | E | 0 | 3B | 24 | 4A | 2A | 2D |
| Octal | 215 | 244 | 103 | 16 | 0 | 73 | 44 | 112 | 52 | 55 |
| Binary | 10001101 | 10100100 | 1000011 | 1110 | 0 | 111011 | 100100 | 1001010 | 101010 | 101101 |
Color Harmonies of #8DA443
Complementary color
Monochromatic Colors of #8DA443
Black with #8DA443
Text Example
Text Example
White with #8DA443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA443; }
p { color: rgb(141,164,67); }
H1.HeaderClassName
{
color: #8DA443;
}
.AnyTagClassName
{
color: #8DA443;
}
</style>
background-color css
<style>
a { background-color: #8DA443; }
a { background-color: rgb(141,164,67); }
div.DivClassName
{
background-color: #8DA443;
}
.BgClassName
{
background-color: #8DA443;
}
</style>
border-color css
<style>
span { border-color: #8DA443; }
span { border-color: rgb(141,164,67); }
td.TdClassName
{
border-color: #8DA443;
}
.TagClassName
{
border-color: #8DA443;
}
</style>