Shades of Mantis #7AC449
Tints of Mantis #7AC449
RGB
CMYK
RGB Variations
Color information
#7AC449 (or 0x7AC449) is known color: Mantis. HEX triplet: 7A, C4 and 49. RGB value is (122,196,73). Sum of RGB (Red+Green+Blue) = 122+196+73=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC449 is #853BB6. Grayscale: #A0A0A0. Windows color (decimal): -8731575 or 4834426. OLE color: 4834426.
HSL color Cylindrical-coordinate representation of color #7AC449: hue angle of 96.1º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7AC449 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 196 | 73 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.23 |
| HSL | 96.1º | 0.51% | 0.53% | - |
| HSV(B) | 96.1º | 0.63% | 0.77% | - |
| XYZ | 28.97 | 44.1 | 13.29 | - |
| YUV | 159.85 | 78.98 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 196 | 73 | 0.38 | 0 | 0.63 | 0.23 | 96.1 | 0.51 | 0.53 |
| Hex | 7A | C4 | 49 | 26 | 0 | 3F | 17 | 60 | 33 | 35 |
| Octal | 172 | 304 | 111 | 46 | 0 | 77 | 27 | 140 | 63 | 65 |
| Binary | 1111010 | 11000100 | 1001001 | 100110 | 0 | 111111 | 10111 | 1100000 | 110011 | 110101 |
Color Harmonies of #7AC449
Complementary color
Monochromatic Colors of #7AC449
Black with #7AC449
Text Example
Text Example
White with #7AC449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC449; }
p { color: rgb(122,196,73); }
H1.HeaderClassName
{
color: #7AC449;
}
.AnyTagClassName
{
color: #7AC449;
}
</style>
background-color css
<style>
a { background-color: #7AC449; }
a { background-color: rgb(122,196,73); }
div.DivClassName
{
background-color: #7AC449;
}
.BgClassName
{
background-color: #7AC449;
}
</style>
border-color css
<style>
span { border-color: #7AC449; }
span { border-color: rgb(122,196,73); }
td.TdClassName
{
border-color: #7AC449;
}
.TagClassName
{
border-color: #7AC449;
}
</style>