Shades of Mantis #90C153
Tints of Mantis #90C153
RGB
CMYK
RGB Variations
Color information
#90C153 (or 0x90C153) is known color: Mantis. HEX triplet: 90, C1 and 53. RGB value is (144,193,83). Sum of RGB (Red+Green+Blue) = 144+193+83=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #90C153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C153 is #6F3EAC. Grayscale: #A6A6A6. Windows color (decimal): -7290541 or 5489040. OLE color: 5489040.
HSL color Cylindrical-coordinate representation of color #90C153: hue angle of 86.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #90C153 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 83 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.24 |
| HSL | 86.73º | 0.47% | 0.54% | - |
| HSV(B) | 86.73º | 0.57% | 0.76% | - |
| XYZ | 32.13 | 44.69 | 15.12 | - |
| YUV | 165.81 | 81.27 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 83 | 0.25 | 0 | 0.57 | 0.24 | 86.73 | 0.47 | 0.54 |
| Hex | 90 | C1 | 53 | 19 | 0 | 39 | 18 | 57 | 2F | 36 |
| Octal | 220 | 301 | 123 | 31 | 0 | 71 | 30 | 127 | 57 | 66 |
| Binary | 10010000 | 11000001 | 1010011 | 11001 | 0 | 111001 | 11000 | 1010111 | 101111 | 110110 |
Color Harmonies of #90C153
Complementary color
Monochromatic Colors of #90C153
Black with #90C153
Text Example
Text Example
White with #90C153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C153; }
p { color: rgb(144,193,83); }
H1.HeaderClassName
{
color: #90C153;
}
.AnyTagClassName
{
color: #90C153;
}
</style>
background-color css
<style>
a { background-color: #90C153; }
a { background-color: rgb(144,193,83); }
div.DivClassName
{
background-color: #90C153;
}
.BgClassName
{
background-color: #90C153;
}
</style>
border-color css
<style>
span { border-color: #90C153; }
span { border-color: rgb(144,193,83); }
td.TdClassName
{
border-color: #90C153;
}
.TagClassName
{
border-color: #90C153;
}
</style>