Shades of Mantis #7AC34D
Tints of Mantis #7AC34D
RGB
CMYK
RGB Variations
Color information
#7AC34D (or 0x7AC34D) is known color: Mantis. HEX triplet: 7A, C3 and 4D. RGB value is (122,195,77). Sum of RGB (Red+Green+Blue) = 122+195+77=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC34D is #853CB2. Grayscale: #A0A0A0. Windows color (decimal): -8731827 or 5096314. OLE color: 5096314.
HSL color Cylindrical-coordinate representation of color #7AC34D: hue angle of 97.12º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AC34D is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 195 | 77 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.24 |
| HSL | 97.12º | 0.5% | 0.53% | - |
| HSV(B) | 97.12º | 0.61% | 0.76% | - |
| XYZ | 28.88 | 43.7 | 13.93 | - |
| YUV | 159.72 | 81.32 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 195 | 77 | 0.37 | 0 | 0.61 | 0.24 | 97.12 | 0.5 | 0.53 |
| Hex | 7A | C3 | 4D | 25 | 0 | 3D | 18 | 61 | 32 | 35 |
| Octal | 172 | 303 | 115 | 45 | 0 | 75 | 30 | 141 | 62 | 65 |
| Binary | 1111010 | 11000011 | 1001101 | 100101 | 0 | 111101 | 11000 | 1100001 | 110010 | 110101 |
Color Harmonies of #7AC34D
Complementary color
Monochromatic Colors of #7AC34D
Black with #7AC34D
Text Example
Text Example
White with #7AC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC34D; }
p { color: rgb(122,195,77); }
H1.HeaderClassName
{
color: #7AC34D;
}
.AnyTagClassName
{
color: #7AC34D;
}
</style>
background-color css
<style>
a { background-color: #7AC34D; }
a { background-color: rgb(122,195,77); }
div.DivClassName
{
background-color: #7AC34D;
}
.BgClassName
{
background-color: #7AC34D;
}
</style>
border-color css
<style>
span { border-color: #7AC34D; }
span { border-color: rgb(122,195,77); }
td.TdClassName
{
border-color: #7AC34D;
}
.TagClassName
{
border-color: #7AC34D;
}
</style>