Shades of Wasabi #90A344
Tints of Wasabi #90A344
RGB
CMYK
RGB Variations
Color information
#90A344 (or 0x90A344) is known color: Wasabi. HEX triplet: 90, A3 and 44. RGB value is (144,163,68). Sum of RGB (Red+Green+Blue) = 144+163+68=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #90A344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A344 is #6F5CBB. Grayscale: #929292. Windows color (decimal): -7298236 or 4498320. OLE color: 4498320.
HSL color Cylindrical-coordinate representation of color #90A344: hue angle of 72º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #90A344 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 163 | 68 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.36 |
| HSL | 72º | 0.41% | 0.45% | - |
| HSV(B) | 72º | 0.58% | 0.64% | - |
| XYZ | 25.64 | 32.54 | 10.4 | - |
| YUV | 146.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 163 | 68 | 0.12 | 0 | 0.58 | 0.36 | 72 | 0.41 | 0.45 |
| Hex | 90 | A3 | 44 | C | 0 | 3A | 24 | 48 | 29 | 2D |
| Octal | 220 | 243 | 104 | 14 | 0 | 72 | 44 | 110 | 51 | 55 |
| Binary | 10010000 | 10100011 | 1000100 | 1100 | 0 | 111010 | 100100 | 1001000 | 101001 | 101101 |
Color Harmonies of #90A344
Complementary color
Monochromatic Colors of #90A344
Black with #90A344
Text Example
Text Example
White with #90A344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A344; }
p { color: rgb(144,163,68); }
H1.HeaderClassName
{
color: #90A344;
}
.AnyTagClassName
{
color: #90A344;
}
</style>
background-color css
<style>
a { background-color: #90A344; }
a { background-color: rgb(144,163,68); }
div.DivClassName
{
background-color: #90A344;
}
.BgClassName
{
background-color: #90A344;
}
</style>
border-color css
<style>
span { border-color: #90A344; }
span { border-color: rgb(144,163,68); }
td.TdClassName
{
border-color: #90A344;
}
.TagClassName
{
border-color: #90A344;
}
</style>