Shades of Mantis #90C769
Tints of Mantis #90C769
RGB
CMYK
RGB Variations
Color information
#90C769 (or 0x90C769) is known color: Mantis. HEX triplet: 90, C7 and 69. RGB value is (144,199,105). Sum of RGB (Red+Green+Blue) = 144+199+105=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 199 - color contains mainly: green. Hex color #90C769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C769 is #6F3896. Grayscale: #ACACAC. Windows color (decimal): -7288983 or 6932368. OLE color: 6932368.
HSL color Cylindrical-coordinate representation of color #90C769: hue angle of 95.11º 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 #90C769 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 199 | 105 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.22 |
| HSL | 95.11º | 0.46% | 0.6% | - |
| HSV(B) | 95.11º | 0.47% | 0.78% | - |
| XYZ | 34.47 | 47.8 | 20.77 | - |
| YUV | 171.84 | 90.28 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 105 | 0.28 | 0 | 0.47 | 0.22 | 95.11 | 0.46 | 0.6 |
| Hex | 90 | C7 | 69 | 1C | 0 | 2F | 16 | 5F | 2E | 3C |
| Octal | 220 | 307 | 151 | 34 | 0 | 57 | 26 | 137 | 56 | 74 |
| Binary | 10010000 | 11000111 | 1101001 | 11100 | 0 | 101111 | 10110 | 1011111 | 101110 | 111100 |
Color Harmonies of #90C769
Complementary color
Monochromatic Colors of #90C769
Black with #90C769
Text Example
Text Example
White with #90C769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C769; }
p { color: rgb(144,199,105); }
H1.HeaderClassName
{
color: #90C769;
}
.AnyTagClassName
{
color: #90C769;
}
</style>
background-color css
<style>
a { background-color: #90C769; }
a { background-color: rgb(144,199,105); }
div.DivClassName
{
background-color: #90C769;
}
.BgClassName
{
background-color: #90C769;
}
</style>
border-color css
<style>
span { border-color: #90C769; }
span { border-color: rgb(144,199,105); }
td.TdClassName
{
border-color: #90C769;
}
.TagClassName
{
border-color: #90C769;
}
</style>