Shades of Mantis #7AC56A
Tints of Mantis #7AC56A
RGB
CMYK
RGB Variations
Color information
#7AC56A (or 0x7AC56A) is known color: Mantis. HEX triplet: 7A, C5 and 6A. RGB value is (122,197,106). Sum of RGB (Red+Green+Blue) = 122+197+106=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC56A is #853A95. Grayscale: #A4A4A4. Windows color (decimal): -8731286 or 6997370. OLE color: 6997370.
HSL color Cylindrical-coordinate representation of color #7AC56A: hue angle of 109.45º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AC56A is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 106 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.23 |
| HSL | 109.45º | 0.44% | 0.59% | - |
| HSV(B) | 109.45º | 0.46% | 0.77% | - |
| XYZ | 30.59 | 45.11 | 20.73 | - |
| YUV | 164.2 | 95.15 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 106 | 0.38 | 0 | 0.46 | 0.23 | 109.45 | 0.44 | 0.59 |
| Hex | 7A | C5 | 6A | 26 | 0 | 2E | 17 | 6D | 2C | 3B |
| Octal | 172 | 305 | 152 | 46 | 0 | 56 | 27 | 155 | 54 | 73 |
| Binary | 1111010 | 11000101 | 1101010 | 100110 | 0 | 101110 | 10111 | 1101101 | 101100 | 111011 |
Color Harmonies of #7AC56A
Complementary color
Monochromatic Colors of #7AC56A
Black with #7AC56A
Text Example
Text Example
White with #7AC56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC56A; }
p { color: rgb(122,197,106); }
H1.HeaderClassName
{
color: #7AC56A;
}
.AnyTagClassName
{
color: #7AC56A;
}
</style>
background-color css
<style>
a { background-color: #7AC56A; }
a { background-color: rgb(122,197,106); }
div.DivClassName
{
background-color: #7AC56A;
}
.BgClassName
{
background-color: #7AC56A;
}
</style>
border-color css
<style>
span { border-color: #7AC56A; }
span { border-color: rgb(122,197,106); }
td.TdClassName
{
border-color: #7AC56A;
}
.TagClassName
{
border-color: #7AC56A;
}
</style>