Shades of Wasabi #8FA33C
Tints of Wasabi #8FA33C
RGB
CMYK
RGB Variations
Color information
#8FA33C (or 0x8FA33C) is known color: Wasabi. HEX triplet: 8F, A3 and 3C. RGB value is (143,163,60). Sum of RGB (Red+Green+Blue) = 143+163+60=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA33C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA33C is #705CC3. Grayscale: #919191. Windows color (decimal): -7363780 or 3974031. OLE color: 3974031.
HSL color Cylindrical-coordinate representation of color #8FA33C: hue angle of 71.65º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FA33C is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 163 | 60 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.36 |
| HSL | 71.65º | 0.46% | 0.44% | - |
| HSV(B) | 71.65º | 0.63% | 0.64% | - |
| XYZ | 25.24 | 32.36 | 9.19 | - |
| YUV | 145.28 | 79.87 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 60 | 0.12 | 0 | 0.63 | 0.36 | 71.65 | 0.46 | 0.44 |
| Hex | 8F | A3 | 3C | C | 0 | 3F | 24 | 48 | 2E | 2C |
| Octal | 217 | 243 | 74 | 14 | 0 | 77 | 44 | 110 | 56 | 54 |
| Binary | 10001111 | 10100011 | 111100 | 1100 | 0 | 111111 | 100100 | 1001000 | 101110 | 101100 |
Color Harmonies of #8FA33C
Complementary color
Monochromatic Colors of #8FA33C
Black with #8FA33C
Text Example
Text Example
White with #8FA33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA33C; }
p { color: rgb(143,163,60); }
H1.HeaderClassName
{
color: #8FA33C;
}
.AnyTagClassName
{
color: #8FA33C;
}
</style>
background-color css
<style>
a { background-color: #8FA33C; }
a { background-color: rgb(143,163,60); }
div.DivClassName
{
background-color: #8FA33C;
}
.BgClassName
{
background-color: #8FA33C;
}
</style>
border-color css
<style>
span { border-color: #8FA33C; }
span { border-color: rgb(143,163,60); }
td.TdClassName
{
border-color: #8FA33C;
}
.TagClassName
{
border-color: #8FA33C;
}
</style>