Shades of Wasabi #8AA144
Tints of Wasabi #8AA144
RGB
CMYK
RGB Variations
Color information
#8AA144 (or 0x8AA144) is known color: Wasabi. HEX triplet: 8A, A1 and 44. RGB value is (138,161,68). Sum of RGB (Red+Green+Blue) = 138+161+68=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA144 is #755EBB. Grayscale: #8F8F8F. Windows color (decimal): -7691964 or 4497802. OLE color: 4497802.
HSL color Cylindrical-coordinate representation of color #8AA144: hue angle of 74.84º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AA144 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 68 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.37 |
| HSL | 74.84º | 0.41% | 0.45% | - |
| HSV(B) | 74.84º | 0.58% | 0.63% | - |
| XYZ | 24.27 | 31.31 | 10.23 | - |
| YUV | 143.52 | 85.38 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 68 | 0.14 | 0 | 0.58 | 0.37 | 74.84 | 0.41 | 0.45 |
| Hex | 8A | A1 | 44 | E | 0 | 3A | 25 | 4B | 29 | 2D |
| Octal | 212 | 241 | 104 | 16 | 0 | 72 | 45 | 113 | 51 | 55 |
| Binary | 10001010 | 10100001 | 1000100 | 1110 | 0 | 111010 | 100101 | 1001011 | 101001 | 101101 |
Color Harmonies of #8AA144
Complementary color
Monochromatic Colors of #8AA144
Black with #8AA144
Text Example
Text Example
White with #8AA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA144; }
p { color: rgb(138,161,68); }
H1.HeaderClassName
{
color: #8AA144;
}
.AnyTagClassName
{
color: #8AA144;
}
</style>
background-color css
<style>
a { background-color: #8AA144; }
a { background-color: rgb(138,161,68); }
div.DivClassName
{
background-color: #8AA144;
}
.BgClassName
{
background-color: #8AA144;
}
</style>
border-color css
<style>
span { border-color: #8AA144; }
span { border-color: rgb(138,161,68); }
td.TdClassName
{
border-color: #8AA144;
}
.TagClassName
{
border-color: #8AA144;
}
</style>