Shades of Wasabi #8AA044
Tints of Wasabi #8AA044
RGB
CMYK
RGB Variations
Color information
#8AA044 (or 0x8AA044) is known color: Wasabi. HEX triplet: 8A, A0 and 44. RGB value is (138,160,68). Sum of RGB (Red+Green+Blue) = 138+160+68=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA044 is #755FBB. Grayscale: #8F8F8F. Windows color (decimal): -7692220 or 4497546. OLE color: 4497546.
HSL color Cylindrical-coordinate representation of color #8AA044: hue angle of 74.35º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AA044 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 68 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.37 |
| HSL | 74.35º | 0.4% | 0.45% | - |
| HSV(B) | 74.35º | 0.58% | 0.63% | - |
| XYZ | 24.1 | 30.96 | 10.18 | - |
| YUV | 142.93 | 85.71 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 68 | 0.14 | 0 | 0.57 | 0.37 | 74.35 | 0.4 | 0.45 |
| Hex | 8A | A0 | 44 | E | 0 | 39 | 25 | 4A | 28 | 2D |
| Octal | 212 | 240 | 104 | 16 | 0 | 71 | 45 | 112 | 50 | 55 |
| Binary | 10001010 | 10100000 | 1000100 | 1110 | 0 | 111001 | 100101 | 1001010 | 101000 | 101101 |
Color Harmonies of #8AA044
Complementary color
Monochromatic Colors of #8AA044
Black with #8AA044
Text Example
Text Example
White with #8AA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA044; }
p { color: rgb(138,160,68); }
H1.HeaderClassName
{
color: #8AA044;
}
.AnyTagClassName
{
color: #8AA044;
}
</style>
background-color css
<style>
a { background-color: #8AA044; }
a { background-color: rgb(138,160,68); }
div.DivClassName
{
background-color: #8AA044;
}
.BgClassName
{
background-color: #8AA044;
}
</style>
border-color css
<style>
span { border-color: #8AA044; }
span { border-color: rgb(138,160,68); }
td.TdClassName
{
border-color: #8AA044;
}
.TagClassName
{
border-color: #8AA044;
}
</style>