Shades of Wasabi #8FA038
Tints of Wasabi #8FA038
RGB
CMYK
RGB Variations
Color information
#8FA038 (or 0x8FA038) is known color: Wasabi. HEX triplet: 8F, A0 and 38. RGB value is (143,160,56). Sum of RGB (Red+Green+Blue) = 143+160+56=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA038 is #705FC7. Grayscale: #8F8F8F. Windows color (decimal): -7364552 or 3711119. OLE color: 3711119.
HSL color Cylindrical-coordinate representation of color #8FA038: hue angle of 69.81º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FA038 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 160 | 56 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.37 |
| HSL | 69.81º | 0.48% | 0.42% | - |
| HSV(B) | 69.81º | 0.65% | 0.63% | - |
| XYZ | 24.61 | 31.27 | 8.48 | - |
| YUV | 143.06 | 78.87 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 56 | 0.11 | 0 | 0.65 | 0.37 | 69.81 | 0.48 | 0.42 |
| Hex | 8F | A0 | 38 | B | 0 | 41 | 25 | 46 | 30 | 2A |
| Octal | 217 | 240 | 70 | 13 | 0 | 101 | 45 | 106 | 60 | 52 |
| Binary | 10001111 | 10100000 | 111000 | 1011 | 0 | 1000001 | 100101 | 1000110 | 110000 | 101010 |
Color Harmonies of #8FA038
Complementary color
Monochromatic Colors of #8FA038
Black with #8FA038
Text Example
Text Example
White with #8FA038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA038; }
p { color: rgb(143,160,56); }
H1.HeaderClassName
{
color: #8FA038;
}
.AnyTagClassName
{
color: #8FA038;
}
</style>
background-color css
<style>
a { background-color: #8FA038; }
a { background-color: rgb(143,160,56); }
div.DivClassName
{
background-color: #8FA038;
}
.BgClassName
{
background-color: #8FA038;
}
</style>
border-color css
<style>
span { border-color: #8FA038; }
span { border-color: rgb(143,160,56); }
td.TdClassName
{
border-color: #8FA038;
}
.TagClassName
{
border-color: #8FA038;
}
</style>