Shades of Wasabi #8AA045
Tints of Wasabi #8AA045
RGB
CMYK
RGB Variations
Color information
#8AA045 (or 0x8AA045) is known color: Wasabi. HEX triplet: 8A, A0 and 45. RGB value is (138,160,69). Sum of RGB (Red+Green+Blue) = 138+160+69=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA045 is #755FBA. Grayscale: #8F8F8F. Windows color (decimal): -7692219 or 4563082. OLE color: 4563082.
HSL color Cylindrical-coordinate representation of color #8AA045: hue angle of 74.51º 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 #8AA045 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 69 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.37 |
| HSL | 74.51º | 0.4% | 0.45% | - |
| HSV(B) | 74.51º | 0.57% | 0.63% | - |
| XYZ | 24.13 | 30.97 | 10.34 | - |
| YUV | 143.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 69 | 0.14 | 0 | 0.57 | 0.37 | 74.51 | 0.4 | 0.45 |
| Hex | 8A | A0 | 45 | E | 0 | 39 | 25 | 4B | 28 | 2D |
| Octal | 212 | 240 | 105 | 16 | 0 | 71 | 45 | 113 | 50 | 55 |
| Binary | 10001010 | 10100000 | 1000101 | 1110 | 0 | 111001 | 100101 | 1001011 | 101000 | 101101 |
Color Harmonies of #8AA045
Complementary color
Monochromatic Colors of #8AA045
Black with #8AA045
Text Example
Text Example
White with #8AA045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA045; }
p { color: rgb(138,160,69); }
H1.HeaderClassName
{
color: #8AA045;
}
.AnyTagClassName
{
color: #8AA045;
}
</style>
background-color css
<style>
a { background-color: #8AA045; }
a { background-color: rgb(138,160,69); }
div.DivClassName
{
background-color: #8AA045;
}
.BgClassName
{
background-color: #8AA045;
}
</style>
border-color css
<style>
span { border-color: #8AA045; }
span { border-color: rgb(138,160,69); }
td.TdClassName
{
border-color: #8AA045;
}
.TagClassName
{
border-color: #8AA045;
}
</style>