Shades of Mantis #7AC55A
Tints of Mantis #7AC55A
RGB
CMYK
RGB Variations
Color information
#7AC55A (or 0x7AC55A) is known color: Mantis. HEX triplet: 7A, C5 and 5A. RGB value is (122,197,90). Sum of RGB (Red+Green+Blue) = 122+197+90=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC55A is #853AA5. Grayscale: #A2A2A2. Windows color (decimal): -8731302 or 5948794. OLE color: 5948794.
HSL color Cylindrical-coordinate representation of color #7AC55A: hue angle of 102.06º degrees, saturation: 0.48, 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 #7AC55A is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 90 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.23 |
| HSL | 102.06º | 0.48% | 0.56% | - |
| HSV(B) | 102.06º | 0.54% | 0.77% | - |
| XYZ | 29.84 | 44.81 | 16.75 | - |
| YUV | 162.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 90 | 0.38 | 0 | 0.54 | 0.23 | 102.06 | 0.48 | 0.56 |
| Hex | 7A | C5 | 5A | 26 | 0 | 36 | 17 | 66 | 30 | 38 |
| Octal | 172 | 305 | 132 | 46 | 0 | 66 | 27 | 146 | 60 | 70 |
| Binary | 1111010 | 11000101 | 1011010 | 100110 | 0 | 110110 | 10111 | 1100110 | 110000 | 111000 |
Color Harmonies of #7AC55A
Complementary color
Monochromatic Colors of #7AC55A
Black with #7AC55A
Text Example
Text Example
White with #7AC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC55A; }
p { color: rgb(122,197,90); }
H1.HeaderClassName
{
color: #7AC55A;
}
.AnyTagClassName
{
color: #7AC55A;
}
</style>
background-color css
<style>
a { background-color: #7AC55A; }
a { background-color: rgb(122,197,90); }
div.DivClassName
{
background-color: #7AC55A;
}
.BgClassName
{
background-color: #7AC55A;
}
</style>
border-color css
<style>
span { border-color: #7AC55A; }
span { border-color: rgb(122,197,90); }
td.TdClassName
{
border-color: #7AC55A;
}
.TagClassName
{
border-color: #7AC55A;
}
</style>