Shades of Wasabi #90A644
Tints of Wasabi #90A644
RGB
CMYK
RGB Variations
Color information
#90A644 (or 0x90A644) is known color: Wasabi. HEX triplet: 90, A6 and 44. RGB value is (144,166,68). Sum of RGB (Red+Green+Blue) = 144+166+68=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #90A644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A644 is #6F59BB. Grayscale: #949494. Windows color (decimal): -7297468 or 4499088. OLE color: 4499088.
HSL color Cylindrical-coordinate representation of color #90A644: hue angle of 73.47º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #90A644 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 166 | 68 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.35 |
| HSL | 73.47º | 0.42% | 0.46% | - |
| HSV(B) | 73.47º | 0.59% | 0.65% | - |
| XYZ | 26.18 | 33.62 | 10.58 | - |
| YUV | 148.25 | 82.71 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 68 | 0.13 | 0 | 0.59 | 0.35 | 73.47 | 0.42 | 0.46 |
| Hex | 90 | A6 | 44 | D | 0 | 3B | 23 | 49 | 2A | 2E |
| Octal | 220 | 246 | 104 | 15 | 0 | 73 | 43 | 111 | 52 | 56 |
| Binary | 10010000 | 10100110 | 1000100 | 1101 | 0 | 111011 | 100011 | 1001001 | 101010 | 101110 |
Color Harmonies of #90A644
Complementary color
Monochromatic Colors of #90A644
Black with #90A644
Text Example
Text Example
White with #90A644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A644; }
p { color: rgb(144,166,68); }
H1.HeaderClassName
{
color: #90A644;
}
.AnyTagClassName
{
color: #90A644;
}
</style>
background-color css
<style>
a { background-color: #90A644; }
a { background-color: rgb(144,166,68); }
div.DivClassName
{
background-color: #90A644;
}
.BgClassName
{
background-color: #90A644;
}
</style>
border-color css
<style>
span { border-color: #90A644; }
span { border-color: rgb(144,166,68); }
td.TdClassName
{
border-color: #90A644;
}
.TagClassName
{
border-color: #90A644;
}
</style>