Shades of Mantis #90C668
Tints of Mantis #90C668
RGB
CMYK
RGB Variations
Color information
#90C668 (or 0x90C668) is known color: Mantis. HEX triplet: 90, C6 and 68. RGB value is (144,198,104). Sum of RGB (Red+Green+Blue) = 144+198+104=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #90C668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C668 is #6F3997. Grayscale: #ABABAB. Windows color (decimal): -7289240 or 6866576. OLE color: 6866576.
HSL color Cylindrical-coordinate representation of color #90C668: hue angle of 94.47º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90C668 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 198 | 104 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.22 |
| HSL | 94.47º | 0.45% | 0.59% | - |
| HSV(B) | 94.47º | 0.47% | 0.78% | - |
| XYZ | 34.19 | 47.32 | 20.43 | - |
| YUV | 171.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 198 | 104 | 0.27 | 0 | 0.47 | 0.22 | 94.47 | 0.45 | 0.59 |
| Hex | 90 | C6 | 68 | 1B | 0 | 2F | 16 | 5E | 2D | 3B |
| Octal | 220 | 306 | 150 | 33 | 0 | 57 | 26 | 136 | 55 | 73 |
| Binary | 10010000 | 11000110 | 1101000 | 11011 | 0 | 101111 | 10110 | 1011110 | 101101 | 111011 |
Color Harmonies of #90C668
Complementary color
Monochromatic Colors of #90C668
Black with #90C668
Text Example
Text Example
White with #90C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C668; }
p { color: rgb(144,198,104); }
H1.HeaderClassName
{
color: #90C668;
}
.AnyTagClassName
{
color: #90C668;
}
</style>
background-color css
<style>
a { background-color: #90C668; }
a { background-color: rgb(144,198,104); }
div.DivClassName
{
background-color: #90C668;
}
.BgClassName
{
background-color: #90C668;
}
</style>
border-color css
<style>
span { border-color: #90C668; }
span { border-color: rgb(144,198,104); }
td.TdClassName
{
border-color: #90C668;
}
.TagClassName
{
border-color: #90C668;
}
</style>