Shades of Mantis #90C15F
Tints of Mantis #90C15F
RGB
CMYK
RGB Variations
Color information
#90C15F (or 0x90C15F) is known color: Mantis. HEX triplet: 90, C1 and 5F. RGB value is (144,193,95). Sum of RGB (Red+Green+Blue) = 144+193+95=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #90C15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C15F is #6F3EA0. Grayscale: #A7A7A7. Windows color (decimal): -7290529 or 6275472. OLE color: 6275472.
HSL color Cylindrical-coordinate representation of color #90C15F: hue angle of 90º 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 #90C15F is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 95 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.24 |
| HSL | 90º | 0.44% | 0.56% | - |
| HSV(B) | 90º | 0.51% | 0.76% | - |
| XYZ | 32.64 | 44.9 | 17.77 | - |
| YUV | 167.18 | 87.27 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 95 | 0.25 | 0 | 0.51 | 0.24 | 90 | 0.44 | 0.56 |
| Hex | 90 | C1 | 5F | 19 | 0 | 33 | 18 | 5A | 2C | 38 |
| Octal | 220 | 301 | 137 | 31 | 0 | 63 | 30 | 132 | 54 | 70 |
| Binary | 10010000 | 11000001 | 1011111 | 11001 | 0 | 110011 | 11000 | 1011010 | 101100 | 111000 |
Color Harmonies of #90C15F
Complementary color
Monochromatic Colors of #90C15F
Black with #90C15F
Text Example
Text Example
White with #90C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C15F; }
p { color: rgb(144,193,95); }
H1.HeaderClassName
{
color: #90C15F;
}
.AnyTagClassName
{
color: #90C15F;
}
</style>
background-color css
<style>
a { background-color: #90C15F; }
a { background-color: rgb(144,193,95); }
div.DivClassName
{
background-color: #90C15F;
}
.BgClassName
{
background-color: #90C15F;
}
</style>
border-color css
<style>
span { border-color: #90C15F; }
span { border-color: rgb(144,193,95); }
td.TdClassName
{
border-color: #90C15F;
}
.TagClassName
{
border-color: #90C15F;
}
</style>