Shades of Mantis #90C154
Tints of Mantis #90C154
RGB
CMYK
RGB Variations
Color information
#90C154 (or 0x90C154) is known color: Mantis. HEX triplet: 90, C1 and 54. RGB value is (144,193,84). Sum of RGB (Red+Green+Blue) = 144+193+84=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #90C154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C154 is #6F3EAB. Grayscale: #A6A6A6. Windows color (decimal): -7290540 or 5554576. OLE color: 5554576.
HSL color Cylindrical-coordinate representation of color #90C154: hue angle of 86.97º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90C154 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 84 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.24 |
| HSL | 86.97º | 0.47% | 0.54% | - |
| HSV(B) | 86.97º | 0.56% | 0.76% | - |
| XYZ | 32.17 | 44.71 | 15.32 | - |
| YUV | 165.92 | 81.77 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 84 | 0.25 | 0 | 0.56 | 0.24 | 86.97 | 0.47 | 0.54 |
| Hex | 90 | C1 | 54 | 19 | 0 | 38 | 18 | 57 | 2F | 36 |
| Octal | 220 | 301 | 124 | 31 | 0 | 70 | 30 | 127 | 57 | 66 |
| Binary | 10010000 | 11000001 | 1010100 | 11001 | 0 | 111000 | 11000 | 1010111 | 101111 | 110110 |
Color Harmonies of #90C154
Complementary color
Monochromatic Colors of #90C154
Black with #90C154
Text Example
Text Example
White with #90C154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C154; }
p { color: rgb(144,193,84); }
H1.HeaderClassName
{
color: #90C154;
}
.AnyTagClassName
{
color: #90C154;
}
</style>
background-color css
<style>
a { background-color: #90C154; }
a { background-color: rgb(144,193,84); }
div.DivClassName
{
background-color: #90C154;
}
.BgClassName
{
background-color: #90C154;
}
</style>
border-color css
<style>
span { border-color: #90C154; }
span { border-color: rgb(144,193,84); }
td.TdClassName
{
border-color: #90C154;
}
.TagClassName
{
border-color: #90C154;
}
</style>