Shades of Mantis #90C156
Tints of Mantis #90C156
RGB
CMYK
RGB Variations
Color information
#90C156 (or 0x90C156) is known color: Mantis. HEX triplet: 90, C1 and 56. RGB value is (144,193,86). Sum of RGB (Red+Green+Blue) = 144+193+86=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #90C156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C156 is #6F3EA9. Grayscale: #A6A6A6. Windows color (decimal): -7290538 or 5685648. OLE color: 5685648.
HSL color Cylindrical-coordinate representation of color #90C156: hue angle of 87.48º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90C156 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 86 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.24 |
| HSL | 87.48º | 0.46% | 0.55% | - |
| HSV(B) | 87.48º | 0.55% | 0.76% | - |
| XYZ | 32.25 | 44.74 | 15.74 | - |
| YUV | 166.15 | 82.77 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 86 | 0.25 | 0 | 0.55 | 0.24 | 87.48 | 0.46 | 0.55 |
| Hex | 90 | C1 | 56 | 19 | 0 | 37 | 18 | 57 | 2E | 37 |
| Octal | 220 | 301 | 126 | 31 | 0 | 67 | 30 | 127 | 56 | 67 |
| Binary | 10010000 | 11000001 | 1010110 | 11001 | 0 | 110111 | 11000 | 1010111 | 101110 | 110111 |
Color Harmonies of #90C156
Complementary color
Monochromatic Colors of #90C156
Black with #90C156
Text Example
Text Example
White with #90C156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C156; }
p { color: rgb(144,193,86); }
H1.HeaderClassName
{
color: #90C156;
}
.AnyTagClassName
{
color: #90C156;
}
</style>
background-color css
<style>
a { background-color: #90C156; }
a { background-color: rgb(144,193,86); }
div.DivClassName
{
background-color: #90C156;
}
.BgClassName
{
background-color: #90C156;
}
</style>
border-color css
<style>
span { border-color: #90C156; }
span { border-color: rgb(144,193,86); }
td.TdClassName
{
border-color: #90C156;
}
.TagClassName
{
border-color: #90C156;
}
</style>