Shades of Mantis #7AC45A
Tints of Mantis #7AC45A
RGB
CMYK
RGB Variations
Color information
#7AC45A (or 0x7AC45A) is known color: Mantis. HEX triplet: 7A, C4 and 5A. RGB value is (122,196,90). Sum of RGB (Red+Green+Blue) = 122+196+90=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC45A is #853BA5. Grayscale: #A2A2A2. Windows color (decimal): -8731558 or 5948538. OLE color: 5948538.
HSL color Cylindrical-coordinate representation of color #7AC45A: hue angle of 101.89º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AC45A is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 196 | 90 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.23 |
| HSL | 101.89º | 0.47% | 0.56% | - |
| HSV(B) | 101.89º | 0.54% | 0.77% | - |
| XYZ | 29.61 | 44.36 | 16.67 | - |
| YUV | 161.79 | 87.48 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 196 | 90 | 0.38 | 0 | 0.54 | 0.23 | 101.89 | 0.47 | 0.56 |
| Hex | 7A | C4 | 5A | 26 | 0 | 36 | 17 | 66 | 2F | 38 |
| Octal | 172 | 304 | 132 | 46 | 0 | 66 | 27 | 146 | 57 | 70 |
| Binary | 1111010 | 11000100 | 1011010 | 100110 | 0 | 110110 | 10111 | 1100110 | 101111 | 111000 |
Color Harmonies of #7AC45A
Complementary color
Monochromatic Colors of #7AC45A
Black with #7AC45A
Text Example
Text Example
White with #7AC45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC45A; }
p { color: rgb(122,196,90); }
H1.HeaderClassName
{
color: #7AC45A;
}
.AnyTagClassName
{
color: #7AC45A;
}
</style>
background-color css
<style>
a { background-color: #7AC45A; }
a { background-color: rgb(122,196,90); }
div.DivClassName
{
background-color: #7AC45A;
}
.BgClassName
{
background-color: #7AC45A;
}
</style>
border-color css
<style>
span { border-color: #7AC45A; }
span { border-color: rgb(122,196,90); }
td.TdClassName
{
border-color: #7AC45A;
}
.TagClassName
{
border-color: #7AC45A;
}
</style>