Shades of Mantis #90CA6B
Tints of Mantis #90CA6B
RGB
CMYK
RGB Variations
Color information
#90CA6B (or 0x90CA6B) is known color: Mantis. HEX triplet: 90, CA and 6B. RGB value is (144,202,107). Sum of RGB (Red+Green+Blue) = 144+202+107=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #90CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CA6B is #6F3594. Grayscale: #AEAEAE. Windows color (decimal): -7288213 or 7064208. OLE color: 7064208.
HSL color Cylindrical-coordinate representation of color #90CA6B: hue angle of 96.63º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90CA6B is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 202 | 107 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.21 |
| HSL | 96.63º | 0.47% | 0.61% | - |
| HSV(B) | 96.63º | 0.47% | 0.79% | - |
| XYZ | 35.28 | 49.23 | 21.55 | - |
| YUV | 173.83 | 90.28 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 202 | 107 | 0.29 | 0 | 0.47 | 0.21 | 96.63 | 0.47 | 0.61 |
| Hex | 90 | CA | 6B | 1D | 0 | 2F | 15 | 61 | 2F | 3D |
| Octal | 220 | 312 | 153 | 35 | 0 | 57 | 25 | 141 | 57 | 75 |
| Binary | 10010000 | 11001010 | 1101011 | 11101 | 0 | 101111 | 10101 | 1100001 | 101111 | 111101 |
Color Harmonies of #90CA6B
Complementary color
Monochromatic Colors of #90CA6B
Black with #90CA6B
Text Example
Text Example
White with #90CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CA6B; }
p { color: rgb(144,202,107); }
H1.HeaderClassName
{
color: #90CA6B;
}
.AnyTagClassName
{
color: #90CA6B;
}
</style>
background-color css
<style>
a { background-color: #90CA6B; }
a { background-color: rgb(144,202,107); }
div.DivClassName
{
background-color: #90CA6B;
}
.BgClassName
{
background-color: #90CA6B;
}
</style>
border-color css
<style>
span { border-color: #90CA6B; }
span { border-color: rgb(144,202,107); }
td.TdClassName
{
border-color: #90CA6B;
}
.TagClassName
{
border-color: #90CA6B;
}
</style>