Shades of Mantis #90C060
Tints of Mantis #90C060
RGB
CMYK
RGB Variations
Color information
#90C060 (or 0x90C060) is known color: Mantis. HEX triplet: 90, C0 and 60. RGB value is (144,192,96). Sum of RGB (Red+Green+Blue) = 144+192+96=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #90C060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C060 is #6F3F9F. Grayscale: #A7A7A7. Windows color (decimal): -7290784 or 6340752. OLE color: 6340752.
HSL color Cylindrical-coordinate representation of color #90C060: hue angle of 90º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90C060 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 96 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.25 |
| HSL | 90º | 0.43% | 0.56% | - |
| HSV(B) | 90º | 0.5% | 0.75% | - |
| XYZ | 32.46 | 44.47 | 17.94 | - |
| YUV | 166.7 | 88.1 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 96 | 0.25 | 0 | 0.50 | 0.25 | 90 | 0.43 | 0.56 |
| Hex | 90 | C0 | 60 | 19 | 0 | 32 | 19 | 5A | 2B | 38 |
| Octal | 220 | 300 | 140 | 31 | 0 | 62 | 31 | 132 | 53 | 70 |
| Binary | 10010000 | 11000000 | 1100000 | 11001 | 0 | 110010 | 11001 | 1011010 | 101011 | 111000 |
Color Harmonies of #90C060
Complementary color
Monochromatic Colors of #90C060
Black with #90C060
Text Example
Text Example
White with #90C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C060; }
p { color: rgb(144,192,96); }
H1.HeaderClassName
{
color: #90C060;
}
.AnyTagClassName
{
color: #90C060;
}
</style>
background-color css
<style>
a { background-color: #90C060; }
a { background-color: rgb(144,192,96); }
div.DivClassName
{
background-color: #90C060;
}
.BgClassName
{
background-color: #90C060;
}
</style>
border-color css
<style>
span { border-color: #90C060; }
span { border-color: rgb(144,192,96); }
td.TdClassName
{
border-color: #90C060;
}
.TagClassName
{
border-color: #90C060;
}
</style>