Shades of Mantis #7AC246
Tints of Mantis #7AC246
RGB
CMYK
RGB Variations
Color information
#7AC246 (or 0x7AC246) is known color: Mantis. HEX triplet: 7A, C2 and 46. RGB value is (122,194,70). Sum of RGB (Red+Green+Blue) = 122+194+70=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC246 is #853DB9. Grayscale: #9E9E9E. Windows color (decimal): -8732090 or 4637306. OLE color: 4637306.
HSL color Cylindrical-coordinate representation of color #7AC246: hue angle of 94.84º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7AC246 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 70 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.24 |
| HSL | 94.84º | 0.5% | 0.52% | - |
| HSV(B) | 94.84º | 0.64% | 0.76% | - |
| XYZ | 28.42 | 43.16 | 12.63 | - |
| YUV | 158.34 | 78.15 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 70 | 0.37 | 0 | 0.64 | 0.24 | 94.84 | 0.5 | 0.52 |
| Hex | 7A | C2 | 46 | 25 | 0 | 40 | 18 | 5F | 32 | 34 |
| Octal | 172 | 302 | 106 | 45 | 0 | 100 | 30 | 137 | 62 | 64 |
| Binary | 1111010 | 11000010 | 1000110 | 100101 | 0 | 1000000 | 11000 | 1011111 | 110010 | 110100 |
Color Harmonies of #7AC246
Complementary color
Monochromatic Colors of #7AC246
Black with #7AC246
Text Example
Text Example
White with #7AC246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC246; }
p { color: rgb(122,194,70); }
H1.HeaderClassName
{
color: #7AC246;
}
.AnyTagClassName
{
color: #7AC246;
}
</style>
background-color css
<style>
a { background-color: #7AC246; }
a { background-color: rgb(122,194,70); }
div.DivClassName
{
background-color: #7AC246;
}
.BgClassName
{
background-color: #7AC246;
}
</style>
border-color css
<style>
span { border-color: #7AC246; }
span { border-color: rgb(122,194,70); }
td.TdClassName
{
border-color: #7AC246;
}
.TagClassName
{
border-color: #7AC246;
}
</style>