Shades of Mantis #90C15D
Tints of Mantis #90C15D
RGB
CMYK
RGB Variations
Color information
#90C15D (or 0x90C15D) is known color: Mantis. HEX triplet: 90, C1 and 5D. RGB value is (144,193,93). Sum of RGB (Red+Green+Blue) = 144+193+93=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #90C15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C15D is #6F3EA2. Grayscale: #A7A7A7. Windows color (decimal): -7290531 or 6144400. OLE color: 6144400.
HSL color Cylindrical-coordinate representation of color #90C15D: hue angle of 89.4º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #90C15D is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 93 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.24 |
| HSL | 89.4º | 0.45% | 0.56% | - |
| HSV(B) | 89.4º | 0.52% | 0.76% | - |
| XYZ | 32.55 | 44.86 | 17.3 | - |
| YUV | 166.95 | 86.27 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 93 | 0.25 | 0 | 0.52 | 0.24 | 89.4 | 0.45 | 0.56 |
| Hex | 90 | C1 | 5D | 19 | 0 | 34 | 18 | 59 | 2D | 38 |
| Octal | 220 | 301 | 135 | 31 | 0 | 64 | 30 | 131 | 55 | 70 |
| Binary | 10010000 | 11000001 | 1011101 | 11001 | 0 | 110100 | 11000 | 1011001 | 101101 | 111000 |
Color Harmonies of #90C15D
Complementary color
Monochromatic Colors of #90C15D
Black with #90C15D
Text Example
Text Example
White with #90C15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C15D; }
p { color: rgb(144,193,93); }
H1.HeaderClassName
{
color: #90C15D;
}
.AnyTagClassName
{
color: #90C15D;
}
</style>
background-color css
<style>
a { background-color: #90C15D; }
a { background-color: rgb(144,193,93); }
div.DivClassName
{
background-color: #90C15D;
}
.BgClassName
{
background-color: #90C15D;
}
</style>
border-color css
<style>
span { border-color: #90C15D; }
span { border-color: rgb(144,193,93); }
td.TdClassName
{
border-color: #90C15D;
}
.TagClassName
{
border-color: #90C15D;
}
</style>