Shades of Mantis #7AC940
Tints of Mantis #7AC940
RGB
CMYK
RGB Variations
Color information
#7AC940 (or 0x7AC940) is known color: Mantis. HEX triplet: 7A, C9 and 40. RGB value is (122,201,64). Sum of RGB (Red+Green+Blue) = 122+201+64=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC940 is #8536BF. Grayscale: #A2A2A2. Windows color (decimal): -8730304 or 4245882. OLE color: 4245882.
HSL color Cylindrical-coordinate representation of color #7AC940: hue angle of 94.6º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7AC940 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 201 | 64 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.21 |
| HSL | 94.6º | 0.56% | 0.52% | - |
| HSV(B) | 94.6º | 0.68% | 0.79% | - |
| XYZ | 29.84 | 46.28 | 12.21 | - |
| YUV | 161.76 | 72.83 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 201 | 64 | 0.39 | 0 | 0.68 | 0.21 | 94.6 | 0.56 | 0.52 |
| Hex | 7A | C9 | 40 | 27 | 0 | 44 | 15 | 5F | 38 | 34 |
| Octal | 172 | 311 | 100 | 47 | 0 | 104 | 25 | 137 | 70 | 64 |
| Binary | 1111010 | 11001001 | 1000000 | 100111 | 0 | 1000100 | 10101 | 1011111 | 111000 | 110100 |
Color Harmonies of #7AC940
Complementary color
Monochromatic Colors of #7AC940
Black with #7AC940
Text Example
Text Example
White with #7AC940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC940; }
p { color: rgb(122,201,64); }
H1.HeaderClassName
{
color: #7AC940;
}
.AnyTagClassName
{
color: #7AC940;
}
</style>
background-color css
<style>
a { background-color: #7AC940; }
a { background-color: rgb(122,201,64); }
div.DivClassName
{
background-color: #7AC940;
}
.BgClassName
{
background-color: #7AC940;
}
</style>
border-color css
<style>
span { border-color: #7AC940; }
span { border-color: rgb(122,201,64); }
td.TdClassName
{
border-color: #7AC940;
}
.TagClassName
{
border-color: #7AC940;
}
</style>