Shades of Wasabi #8AA340
Tints of Wasabi #8AA340
RGB
CMYK
RGB Variations
Color information
#8AA340 (or 0x8AA340) is known color: Wasabi. HEX triplet: 8A, A3 and 40. RGB value is (138,163,64). Sum of RGB (Red+Green+Blue) = 138+163+64=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA340 is #755CBF. Grayscale: #909090. Windows color (decimal): -7691456 or 4236170. OLE color: 4236170.
HSL color Cylindrical-coordinate representation of color #8AA340: hue angle of 75.15º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AA340 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 64 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.36 |
| HSL | 75.15º | 0.44% | 0.45% | - |
| HSV(B) | 75.15º | 0.61% | 0.64% | - |
| XYZ | 24.5 | 31.97 | 9.73 | - |
| YUV | 144.24 | 82.72 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 64 | 0.15 | 0 | 0.61 | 0.36 | 75.15 | 0.44 | 0.45 |
| Hex | 8A | A3 | 40 | F | 0 | 3D | 24 | 4B | 2C | 2D |
| Octal | 212 | 243 | 100 | 17 | 0 | 75 | 44 | 113 | 54 | 55 |
| Binary | 10001010 | 10100011 | 1000000 | 1111 | 0 | 111101 | 100100 | 1001011 | 101100 | 101101 |
Color Harmonies of #8AA340
Complementary color
Monochromatic Colors of #8AA340
Black with #8AA340
Text Example
Text Example
White with #8AA340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA340; }
p { color: rgb(138,163,64); }
H1.HeaderClassName
{
color: #8AA340;
}
.AnyTagClassName
{
color: #8AA340;
}
</style>
background-color css
<style>
a { background-color: #8AA340; }
a { background-color: rgb(138,163,64); }
div.DivClassName
{
background-color: #8AA340;
}
.BgClassName
{
background-color: #8AA340;
}
</style>
border-color css
<style>
span { border-color: #8AA340; }
span { border-color: rgb(138,163,64); }
td.TdClassName
{
border-color: #8AA340;
}
.TagClassName
{
border-color: #8AA340;
}
</style>