Shades of Mantis #7AC546
Tints of Mantis #7AC546
RGB
CMYK
RGB Variations
Color information
#7AC546 (or 0x7AC546) is known color: Mantis. HEX triplet: 7A, C5 and 46. RGB value is (122,197,70). Sum of RGB (Red+Green+Blue) = 122+197+70=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC546 is #853AB9. Grayscale: #A0A0A0. Windows color (decimal): -8731322 or 4638074. OLE color: 4638074.
HSL color Cylindrical-coordinate representation of color #7AC546: hue angle of 95.43º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7AC546 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 70 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.23 |
| HSL | 95.43º | 0.52% | 0.52% | - |
| HSV(B) | 95.43º | 0.64% | 0.77% | - |
| XYZ | 29.1 | 44.51 | 12.85 | - |
| YUV | 160.1 | 77.15 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 70 | 0.38 | 0 | 0.64 | 0.23 | 95.43 | 0.52 | 0.52 |
| Hex | 7A | C5 | 46 | 26 | 0 | 40 | 17 | 5F | 34 | 34 |
| Octal | 172 | 305 | 106 | 46 | 0 | 100 | 27 | 137 | 64 | 64 |
| Binary | 1111010 | 11000101 | 1000110 | 100110 | 0 | 1000000 | 10111 | 1011111 | 110100 | 110100 |
Color Harmonies of #7AC546
Complementary color
Monochromatic Colors of #7AC546
Black with #7AC546
Text Example
Text Example
White with #7AC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC546; }
p { color: rgb(122,197,70); }
H1.HeaderClassName
{
color: #7AC546;
}
.AnyTagClassName
{
color: #7AC546;
}
</style>
background-color css
<style>
a { background-color: #7AC546; }
a { background-color: rgb(122,197,70); }
div.DivClassName
{
background-color: #7AC546;
}
.BgClassName
{
background-color: #7AC546;
}
</style>
border-color css
<style>
span { border-color: #7AC546; }
span { border-color: rgb(122,197,70); }
td.TdClassName
{
border-color: #7AC546;
}
.TagClassName
{
border-color: #7AC546;
}
</style>