Shades of Mantis #7AC440
Tints of Mantis #7AC440
RGB
CMYK
RGB Variations
Color information
#7AC440 (or 0x7AC440) is known color: Mantis. HEX triplet: 7A, C4 and 40. RGB value is (122,196,64). Sum of RGB (Red+Green+Blue) = 122+196+64=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC440 is #853BBF. Grayscale: #9F9F9F. Windows color (decimal): -8731584 or 4244602. OLE color: 4244602.
HSL color Cylindrical-coordinate representation of color #7AC440: hue angle of 93.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7AC440 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 196 | 64 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.23 |
| HSL | 93.64º | 0.53% | 0.51% | - |
| HSV(B) | 93.64º | 0.67% | 0.77% | - |
| XYZ | 28.69 | 43.99 | 11.83 | - |
| YUV | 158.83 | 74.48 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 196 | 64 | 0.38 | 0 | 0.67 | 0.23 | 93.64 | 0.53 | 0.51 |
| Hex | 7A | C4 | 40 | 26 | 0 | 43 | 17 | 5E | 35 | 33 |
| Octal | 172 | 304 | 100 | 46 | 0 | 103 | 27 | 136 | 65 | 63 |
| Binary | 1111010 | 11000100 | 1000000 | 100110 | 0 | 1000011 | 10111 | 1011110 | 110101 | 110011 |
Color Harmonies of #7AC440
Complementary color
Monochromatic Colors of #7AC440
Black with #7AC440
Text Example
Text Example
White with #7AC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC440; }
p { color: rgb(122,196,64); }
H1.HeaderClassName
{
color: #7AC440;
}
.AnyTagClassName
{
color: #7AC440;
}
</style>
background-color css
<style>
a { background-color: #7AC440; }
a { background-color: rgb(122,196,64); }
div.DivClassName
{
background-color: #7AC440;
}
.BgClassName
{
background-color: #7AC440;
}
</style>
border-color css
<style>
span { border-color: #7AC440; }
span { border-color: rgb(122,196,64); }
td.TdClassName
{
border-color: #7AC440;
}
.TagClassName
{
border-color: #7AC440;
}
</style>