Shades of Mantis #90C360
Tints of Mantis #90C360
RGB
CMYK
RGB Variations
Color information
#90C360 (or 0x90C360) is known color: Mantis. HEX triplet: 90, C3 and 60. RGB value is (144,195,96). Sum of RGB (Red+Green+Blue) = 144+195+96=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #90C360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C360 is #6F3C9F. Grayscale: #A8A8A8. Windows color (decimal): -7290016 or 6341520. OLE color: 6341520.
HSL color Cylindrical-coordinate representation of color #90C360: hue angle of 90.91º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90C360 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 195 | 96 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.24 |
| HSL | 90.91º | 0.45% | 0.57% | - |
| HSV(B) | 90.91º | 0.51% | 0.76% | - |
| XYZ | 33.13 | 45.8 | 18.16 | - |
| YUV | 168.47 | 87.1 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 195 | 96 | 0.26 | 0 | 0.51 | 0.24 | 90.91 | 0.45 | 0.57 |
| Hex | 90 | C3 | 60 | 1A | 0 | 33 | 18 | 5B | 2D | 39 |
| Octal | 220 | 303 | 140 | 32 | 0 | 63 | 30 | 133 | 55 | 71 |
| Binary | 10010000 | 11000011 | 1100000 | 11010 | 0 | 110011 | 11000 | 1011011 | 101101 | 111001 |
Color Harmonies of #90C360
Complementary color
Monochromatic Colors of #90C360
Black with #90C360
Text Example
Text Example
White with #90C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C360; }
p { color: rgb(144,195,96); }
H1.HeaderClassName
{
color: #90C360;
}
.AnyTagClassName
{
color: #90C360;
}
</style>
background-color css
<style>
a { background-color: #90C360; }
a { background-color: rgb(144,195,96); }
div.DivClassName
{
background-color: #90C360;
}
.BgClassName
{
background-color: #90C360;
}
</style>
border-color css
<style>
span { border-color: #90C360; }
span { border-color: rgb(144,195,96); }
td.TdClassName
{
border-color: #90C360;
}
.TagClassName
{
border-color: #90C360;
}
</style>