Shades of Mantis #90C15E
Tints of Mantis #90C15E
RGB
CMYK
RGB Variations
Color information
#90C15E (or 0x90C15E) is known color: Mantis. HEX triplet: 90, C1 and 5E. RGB value is (144,193,94). Sum of RGB (Red+Green+Blue) = 144+193+94=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #90C15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C15E is #6F3EA1. Grayscale: #A7A7A7. Windows color (decimal): -7290530 or 6209936. OLE color: 6209936.
HSL color Cylindrical-coordinate representation of color #90C15E: hue angle of 89.7º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90C15E is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 94 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.24 |
| HSL | 89.7º | 0.44% | 0.56% | - |
| HSV(B) | 89.7º | 0.51% | 0.76% | - |
| XYZ | 32.59 | 44.88 | 17.53 | - |
| YUV | 167.06 | 86.77 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 94 | 0.25 | 0 | 0.51 | 0.24 | 89.7 | 0.44 | 0.56 |
| Hex | 90 | C1 | 5E | 19 | 0 | 33 | 18 | 5A | 2C | 38 |
| Octal | 220 | 301 | 136 | 31 | 0 | 63 | 30 | 132 | 54 | 70 |
| Binary | 10010000 | 11000001 | 1011110 | 11001 | 0 | 110011 | 11000 | 1011010 | 101100 | 111000 |
Color Harmonies of #90C15E
Complementary color
Monochromatic Colors of #90C15E
Black with #90C15E
Text Example
Text Example
White with #90C15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C15E; }
p { color: rgb(144,193,94); }
H1.HeaderClassName
{
color: #90C15E;
}
.AnyTagClassName
{
color: #90C15E;
}
</style>
background-color css
<style>
a { background-color: #90C15E; }
a { background-color: rgb(144,193,94); }
div.DivClassName
{
background-color: #90C15E;
}
.BgClassName
{
background-color: #90C15E;
}
</style>
border-color css
<style>
span { border-color: #90C15E; }
span { border-color: rgb(144,193,94); }
td.TdClassName
{
border-color: #90C15E;
}
.TagClassName
{
border-color: #90C15E;
}
</style>