Shades of Mantis #90C160
Tints of Mantis #90C160
RGB
CMYK
RGB Variations
Color information
#90C160 (or 0x90C160) is known color: Mantis. HEX triplet: 90, C1 and 60. RGB value is (144,193,96). Sum of RGB (Red+Green+Blue) = 144+193+96=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #90C160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C160 is #6F3E9F. Grayscale: #A7A7A7. Windows color (decimal): -7290528 or 6341008. OLE color: 6341008.
HSL color Cylindrical-coordinate representation of color #90C160: hue angle of 90.31º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90C160 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 96 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.24 |
| HSL | 90.31º | 0.44% | 0.57% | - |
| HSV(B) | 90.31º | 0.5% | 0.76% | - |
| XYZ | 32.68 | 44.91 | 18.01 | - |
| YUV | 167.29 | 87.77 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 96 | 0.25 | 0 | 0.50 | 0.24 | 90.31 | 0.44 | 0.57 |
| Hex | 90 | C1 | 60 | 19 | 0 | 32 | 18 | 5A | 2C | 39 |
| Octal | 220 | 301 | 140 | 31 | 0 | 62 | 30 | 132 | 54 | 71 |
| Binary | 10010000 | 11000001 | 1100000 | 11001 | 0 | 110010 | 11000 | 1011010 | 101100 | 111001 |
Color Harmonies of #90C160
Complementary color
Monochromatic Colors of #90C160
Black with #90C160
Text Example
Text Example
White with #90C160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C160; }
p { color: rgb(144,193,96); }
H1.HeaderClassName
{
color: #90C160;
}
.AnyTagClassName
{
color: #90C160;
}
</style>
background-color css
<style>
a { background-color: #90C160; }
a { background-color: rgb(144,193,96); }
div.DivClassName
{
background-color: #90C160;
}
.BgClassName
{
background-color: #90C160;
}
</style>
border-color css
<style>
span { border-color: #90C160; }
span { border-color: rgb(144,193,96); }
td.TdClassName
{
border-color: #90C160;
}
.TagClassName
{
border-color: #90C160;
}
</style>