Shades of Mantis #7AC540
Tints of Mantis #7AC540
RGB
CMYK
RGB Variations
Color information
#7AC540 (or 0x7AC540) is known color: Mantis. HEX triplet: 7A, C5 and 40. RGB value is (122,197,64). Sum of RGB (Red+Green+Blue) = 122+197+64=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC540 is #853ABF. Grayscale: #9F9F9F. Windows color (decimal): -8731328 or 4244858. OLE color: 4244858.
HSL color Cylindrical-coordinate representation of color #7AC540: hue angle of 93.83º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7AC540 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 64 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.23 |
| HSL | 93.83º | 0.53% | 0.51% | - |
| HSV(B) | 93.83º | 0.68% | 0.77% | - |
| XYZ | 28.92 | 44.44 | 11.9 | - |
| YUV | 159.41 | 74.15 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 64 | 0.38 | 0 | 0.68 | 0.23 | 93.83 | 0.53 | 0.51 |
| Hex | 7A | C5 | 40 | 26 | 0 | 44 | 17 | 5E | 35 | 33 |
| Octal | 172 | 305 | 100 | 46 | 0 | 104 | 27 | 136 | 65 | 63 |
| Binary | 1111010 | 11000101 | 1000000 | 100110 | 0 | 1000100 | 10111 | 1011110 | 110101 | 110011 |
Color Harmonies of #7AC540
Complementary color
Monochromatic Colors of #7AC540
Black with #7AC540
Text Example
Text Example
White with #7AC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC540; }
p { color: rgb(122,197,64); }
H1.HeaderClassName
{
color: #7AC540;
}
.AnyTagClassName
{
color: #7AC540;
}
</style>
background-color css
<style>
a { background-color: #7AC540; }
a { background-color: rgb(122,197,64); }
div.DivClassName
{
background-color: #7AC540;
}
.BgClassName
{
background-color: #7AC540;
}
</style>
border-color css
<style>
span { border-color: #7AC540; }
span { border-color: rgb(122,197,64); }
td.TdClassName
{
border-color: #7AC540;
}
.TagClassName
{
border-color: #7AC540;
}
</style>