Shades of Mantis #90C45C
Tints of Mantis #90C45C
RGB
CMYK
RGB Variations
Color information
#90C45C (or 0x90C45C) is known color: Mantis. HEX triplet: 90, C4 and 5C. RGB value is (144,196,92). Sum of RGB (Red+Green+Blue) = 144+196+92=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 196 - color contains mainly: green. Hex color #90C45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C45C is #6F3BA3. Grayscale: #A8A8A8. Windows color (decimal): -7289764 or 6079632. OLE color: 6079632.
HSL color Cylindrical-coordinate representation of color #90C45C: hue angle of 90º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90C45C is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 196 | 92 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.23 |
| HSL | 90º | 0.47% | 0.56% | - |
| HSV(B) | 90º | 0.53% | 0.77% | - |
| XYZ | 33.17 | 46.18 | 17.29 | - |
| YUV | 168.6 | 84.77 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 196 | 92 | 0.27 | 0 | 0.53 | 0.23 | 90 | 0.47 | 0.56 |
| Hex | 90 | C4 | 5C | 1B | 0 | 35 | 17 | 5A | 2F | 38 |
| Octal | 220 | 304 | 134 | 33 | 0 | 65 | 27 | 132 | 57 | 70 |
| Binary | 10010000 | 11000100 | 1011100 | 11011 | 0 | 110101 | 10111 | 1011010 | 101111 | 111000 |
Color Harmonies of #90C45C
Complementary color
Monochromatic Colors of #90C45C
Black with #90C45C
Text Example
Text Example
White with #90C45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C45C; }
p { color: rgb(144,196,92); }
H1.HeaderClassName
{
color: #90C45C;
}
.AnyTagClassName
{
color: #90C45C;
}
</style>
background-color css
<style>
a { background-color: #90C45C; }
a { background-color: rgb(144,196,92); }
div.DivClassName
{
background-color: #90C45C;
}
.BgClassName
{
background-color: #90C45C;
}
</style>
border-color css
<style>
span { border-color: #90C45C; }
span { border-color: rgb(144,196,92); }
td.TdClassName
{
border-color: #90C45C;
}
.TagClassName
{
border-color: #90C45C;
}
</style>