Shades of Mantis #90E158
Tints of Mantis #90E158
RGB
CMYK
RGB Variations
Color information
#90E158 (or 0x90E158) is known color: Mantis. HEX triplet: 90, E1 and 58. RGB value is (144,225,88). Sum of RGB (Red+Green+Blue) = 144+225+88=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #90E158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E158 is #6F1EA7. Grayscale: #B9B9B9. Windows color (decimal): -7282344 or 5824912. OLE color: 5824912.
HSL color Cylindrical-coordinate representation of color #90E158: hue angle of 95.47º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90E158 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 225 | 88 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.12 |
| HSL | 95.47º | 0.7% | 0.61% | - |
| HSV(B) | 95.47º | 0.61% | 0.88% | - |
| XYZ | 40.19 | 60.48 | 18.79 | - |
| YUV | 185.16 | 73.16 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 225 | 88 | 0.36 | 0 | 0.61 | 0.12 | 95.47 | 0.7 | 0.61 |
| Hex | 90 | E1 | 58 | 24 | 0 | 3D | C | 5F | 46 | 3D |
| Octal | 220 | 341 | 130 | 44 | 0 | 75 | 14 | 137 | 106 | 75 |
| Binary | 10010000 | 11100001 | 1011000 | 100100 | 0 | 111101 | 1100 | 1011111 | 1000110 | 111101 |
Color Harmonies of #90E158
Complementary color
Monochromatic Colors of #90E158
Black with #90E158
Text Example
Text Example
White with #90E158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E158; }
p { color: rgb(144,225,88); }
H1.HeaderClassName
{
color: #90E158;
}
.AnyTagClassName
{
color: #90E158;
}
</style>
background-color css
<style>
a { background-color: #90E158; }
a { background-color: rgb(144,225,88); }
div.DivClassName
{
background-color: #90E158;
}
.BgClassName
{
background-color: #90E158;
}
</style>
border-color css
<style>
span { border-color: #90E158; }
span { border-color: rgb(144,225,88); }
td.TdClassName
{
border-color: #90E158;
}
.TagClassName
{
border-color: #90E158;
}
</style>