Shades of Wasabi #8DA23A
Tints of Wasabi #8DA23A
RGB
CMYK
RGB Variations
Color information
#8DA23A (or 0x8DA23A) is known color: Wasabi. HEX triplet: 8D, A2 and 3A. RGB value is (141,162,58). Sum of RGB (Red+Green+Blue) = 141+162+58=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA23A is #725DC5. Grayscale: #909090. Windows color (decimal): -7495110 or 3842701. OLE color: 3842701.
HSL color Cylindrical-coordinate representation of color #8DA23A: hue angle of 72.12º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DA23A is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 162 | 58 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.36 |
| HSL | 72.12º | 0.47% | 0.43% | - |
| HSV(B) | 72.12º | 0.64% | 0.64% | - |
| XYZ | 24.67 | 31.81 | 8.84 | - |
| YUV | 143.87 | 79.54 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 58 | 0.13 | 0 | 0.64 | 0.36 | 72.12 | 0.47 | 0.43 |
| Hex | 8D | A2 | 3A | D | 0 | 40 | 24 | 48 | 2F | 2B |
| Octal | 215 | 242 | 72 | 15 | 0 | 100 | 44 | 110 | 57 | 53 |
| Binary | 10001101 | 10100010 | 111010 | 1101 | 0 | 1000000 | 100100 | 1001000 | 101111 | 101011 |
Color Harmonies of #8DA23A
Complementary color
Monochromatic Colors of #8DA23A
Black with #8DA23A
Text Example
Text Example
White with #8DA23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA23A; }
p { color: rgb(141,162,58); }
H1.HeaderClassName
{
color: #8DA23A;
}
.AnyTagClassName
{
color: #8DA23A;
}
</style>
background-color css
<style>
a { background-color: #8DA23A; }
a { background-color: rgb(141,162,58); }
div.DivClassName
{
background-color: #8DA23A;
}
.BgClassName
{
background-color: #8DA23A;
}
</style>
border-color css
<style>
span { border-color: #8DA23A; }
span { border-color: rgb(141,162,58); }
td.TdClassName
{
border-color: #8DA23A;
}
.TagClassName
{
border-color: #8DA23A;
}
</style>