Shades of Wasabi #8DA344
Tints of Wasabi #8DA344
RGB
CMYK
RGB Variations
Color information
#8DA344 (or 0x8DA344) is known color: Wasabi. HEX triplet: 8D, A3 and 44. RGB value is (141,163,68). Sum of RGB (Red+Green+Blue) = 141+163+68=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA344 is #725CBB. Grayscale: #919191. Windows color (decimal): -7494844 or 4498317. OLE color: 4498317.
HSL color Cylindrical-coordinate representation of color #8DA344: hue angle of 73.89º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DA344 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 163 | 68 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.36 |
| HSL | 73.89º | 0.41% | 0.45% | - |
| HSV(B) | 73.89º | 0.58% | 0.64% | - |
| XYZ | 25.13 | 32.27 | 10.37 | - |
| YUV | 145.59 | 84.21 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 68 | 0.13 | 0 | 0.58 | 0.36 | 73.89 | 0.41 | 0.45 |
| Hex | 8D | A3 | 44 | D | 0 | 3A | 24 | 4A | 29 | 2D |
| Octal | 215 | 243 | 104 | 15 | 0 | 72 | 44 | 112 | 51 | 55 |
| Binary | 10001101 | 10100011 | 1000100 | 1101 | 0 | 111010 | 100100 | 1001010 | 101001 | 101101 |
Color Harmonies of #8DA344
Complementary color
Monochromatic Colors of #8DA344
Black with #8DA344
Text Example
Text Example
White with #8DA344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA344; }
p { color: rgb(141,163,68); }
H1.HeaderClassName
{
color: #8DA344;
}
.AnyTagClassName
{
color: #8DA344;
}
</style>
background-color css
<style>
a { background-color: #8DA344; }
a { background-color: rgb(141,163,68); }
div.DivClassName
{
background-color: #8DA344;
}
.BgClassName
{
background-color: #8DA344;
}
</style>
border-color css
<style>
span { border-color: #8DA344; }
span { border-color: rgb(141,163,68); }
td.TdClassName
{
border-color: #8DA344;
}
.TagClassName
{
border-color: #8DA344;
}
</style>