Shades of Wasabi #8DA03A
Tints of Wasabi #8DA03A
RGB
CMYK
RGB Variations
Color information
#8DA03A (or 0x8DA03A) is known color: Wasabi. HEX triplet: 8D, A0 and 3A. RGB value is (141,160,58). Sum of RGB (Red+Green+Blue) = 141+160+58=359 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.28% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA03A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA03A is #725FC5. Grayscale: #8F8F8F. Windows color (decimal): -7495622 or 3842189. OLE color: 3842189.
HSL color Cylindrical-coordinate representation of color #8DA03A: hue angle of 71.18º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DA03A is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 58 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.37 |
| HSL | 71.18º | 0.47% | 0.43% | - |
| HSV(B) | 71.18º | 0.64% | 0.63% | - |
| XYZ | 24.32 | 31.11 | 8.73 | - |
| YUV | 142.69 | 80.21 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 58 | 0.12 | 0 | 0.64 | 0.37 | 71.18 | 0.47 | 0.43 |
| Hex | 8D | A0 | 3A | C | 0 | 40 | 25 | 47 | 2F | 2B |
| Octal | 215 | 240 | 72 | 14 | 0 | 100 | 45 | 107 | 57 | 53 |
| Binary | 10001101 | 10100000 | 111010 | 1100 | 0 | 1000000 | 100101 | 1000111 | 101111 | 101011 |
Color Harmonies of #8DA03A
Complementary color
Monochromatic Colors of #8DA03A
Black with #8DA03A
Text Example
Text Example
White with #8DA03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA03A; }
p { color: rgb(141,160,58); }
H1.HeaderClassName
{
color: #8DA03A;
}
.AnyTagClassName
{
color: #8DA03A;
}
</style>
background-color css
<style>
a { background-color: #8DA03A; }
a { background-color: rgb(141,160,58); }
div.DivClassName
{
background-color: #8DA03A;
}
.BgClassName
{
background-color: #8DA03A;
}
</style>
border-color css
<style>
span { border-color: #8DA03A; }
span { border-color: rgb(141,160,58); }
td.TdClassName
{
border-color: #8DA03A;
}
.TagClassName
{
border-color: #8DA03A;
}
</style>