Shades of Wasabi #8FA033
Tints of Wasabi #8FA033
RGB
CMYK
RGB Variations
Color information
#8FA033 (or 0x8FA033) is known color: Wasabi. HEX triplet: 8F, A0 and 33. RGB value is (143,160,51). Sum of RGB (Red+Green+Blue) = 143+160+51=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA033 is #705FCC. Grayscale: #8E8E8E. Windows color (decimal): -7364557 or 3383439. OLE color: 3383439.
HSL color Cylindrical-coordinate representation of color #8FA033: hue angle of 69.36º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FA033 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 160 | 51 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.37 |
| HSL | 69.36º | 0.52% | 0.41% | - |
| HSV(B) | 69.36º | 0.68% | 0.63% | - |
| XYZ | 24.5 | 31.22 | 7.87 | - |
| YUV | 142.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 51 | 0.11 | 0 | 0.68 | 0.37 | 69.36 | 0.52 | 0.41 |
| Hex | 8F | A0 | 33 | B | 0 | 44 | 25 | 45 | 34 | 29 |
| Octal | 217 | 240 | 63 | 13 | 0 | 104 | 45 | 105 | 64 | 51 |
| Binary | 10001111 | 10100000 | 110011 | 1011 | 0 | 1000100 | 100101 | 1000101 | 110100 | 101001 |
Color Harmonies of #8FA033
Complementary color
Monochromatic Colors of #8FA033
Black with #8FA033
Text Example
Text Example
White with #8FA033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA033; }
p { color: rgb(143,160,51); }
H1.HeaderClassName
{
color: #8FA033;
}
.AnyTagClassName
{
color: #8FA033;
}
</style>
background-color css
<style>
a { background-color: #8FA033; }
a { background-color: rgb(143,160,51); }
div.DivClassName
{
background-color: #8FA033;
}
.BgClassName
{
background-color: #8FA033;
}
</style>
border-color css
<style>
span { border-color: #8FA033; }
span { border-color: rgb(143,160,51); }
td.TdClassName
{
border-color: #8FA033;
}
.TagClassName
{
border-color: #8FA033;
}
</style>