Shades of Mantis #90C86A
Tints of Mantis #90C86A
RGB
CMYK
RGB Variations
Color information
#90C86A (or 0x90C86A) is known color: Mantis. HEX triplet: 90, C8 and 6A. RGB value is (144,200,106). Sum of RGB (Red+Green+Blue) = 144+200+106=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #90C86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C86A is #6F3795. Grayscale: #ACACAC. Windows color (decimal): -7288726 or 6998160. OLE color: 6998160.
HSL color Cylindrical-coordinate representation of color #90C86A: hue angle of 95.74º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90C86A is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 200 | 106 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.22 |
| HSL | 95.74º | 0.46% | 0.6% | - |
| HSV(B) | 95.74º | 0.47% | 0.78% | - |
| XYZ | 34.76 | 48.28 | 21.12 | - |
| YUV | 172.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 200 | 106 | 0.28 | 0 | 0.47 | 0.22 | 95.74 | 0.46 | 0.6 |
| Hex | 90 | C8 | 6A | 1C | 0 | 2F | 16 | 60 | 2E | 3C |
| Octal | 220 | 310 | 152 | 34 | 0 | 57 | 26 | 140 | 56 | 74 |
| Binary | 10010000 | 11001000 | 1101010 | 11100 | 0 | 101111 | 10110 | 1100000 | 101110 | 111100 |
Color Harmonies of #90C86A
Complementary color
Monochromatic Colors of #90C86A
Black with #90C86A
Text Example
Text Example
White with #90C86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C86A; }
p { color: rgb(144,200,106); }
H1.HeaderClassName
{
color: #90C86A;
}
.AnyTagClassName
{
color: #90C86A;
}
</style>
background-color css
<style>
a { background-color: #90C86A; }
a { background-color: rgb(144,200,106); }
div.DivClassName
{
background-color: #90C86A;
}
.BgClassName
{
background-color: #90C86A;
}
</style>
border-color css
<style>
span { border-color: #90C86A; }
span { border-color: rgb(144,200,106); }
td.TdClassName
{
border-color: #90C86A;
}
.TagClassName
{
border-color: #90C86A;
}
</style>