Shades of Wasabi #8FA23A
Tints of Wasabi #8FA23A
RGB
CMYK
RGB Variations
Color information
#8FA23A (or 0x8FA23A) is known color: Wasabi. HEX triplet: 8F, A2 and 3A. RGB value is (143,162,58). Sum of RGB (Red+Green+Blue) = 143+162+58=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA23A is #705DC5. Grayscale: #909090. Windows color (decimal): -7364038 or 3842703. OLE color: 3842703.
HSL color Cylindrical-coordinate representation of color #8FA23A: hue angle of 70.96º 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 #8FA23A is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 162 | 58 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.36 |
| HSL | 70.96º | 0.47% | 0.43% | - |
| HSV(B) | 70.96º | 0.64% | 0.64% | - |
| XYZ | 25.01 | 31.99 | 8.86 | - |
| YUV | 144.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 58 | 0.12 | 0 | 0.64 | 0.36 | 70.96 | 0.47 | 0.43 |
| Hex | 8F | A2 | 3A | C | 0 | 40 | 24 | 47 | 2F | 2B |
| Octal | 217 | 242 | 72 | 14 | 0 | 100 | 44 | 107 | 57 | 53 |
| Binary | 10001111 | 10100010 | 111010 | 1100 | 0 | 1000000 | 100100 | 1000111 | 101111 | 101011 |
Color Harmonies of #8FA23A
Complementary color
Monochromatic Colors of #8FA23A
Black with #8FA23A
Text Example
Text Example
White with #8FA23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA23A; }
p { color: rgb(143,162,58); }
H1.HeaderClassName
{
color: #8FA23A;
}
.AnyTagClassName
{
color: #8FA23A;
}
</style>
background-color css
<style>
a { background-color: #8FA23A; }
a { background-color: rgb(143,162,58); }
div.DivClassName
{
background-color: #8FA23A;
}
.BgClassName
{
background-color: #8FA23A;
}
</style>
border-color css
<style>
span { border-color: #8FA23A; }
span { border-color: rgb(143,162,58); }
td.TdClassName
{
border-color: #8FA23A;
}
.TagClassName
{
border-color: #8FA23A;
}
</style>