Shades of Mantis #7AC044
Tints of Mantis #7AC044
RGB
CMYK
RGB Variations
Color information
#7AC044 (or 0x7AC044) is known color: Mantis. HEX triplet: 7A, C0 and 44. RGB value is (122,192,68). Sum of RGB (Red+Green+Blue) = 122+192+68=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC044 is #853FBB. Grayscale: #9D9D9D. Windows color (decimal): -8732604 or 4505722. OLE color: 4505722.
HSL color Cylindrical-coordinate representation of color #7AC044: hue angle of 93.87º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7AC044 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 68 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.25 |
| HSL | 93.87º | 0.5% | 0.51% | - |
| HSV(B) | 93.87º | 0.65% | 0.75% | - |
| XYZ | 27.92 | 42.25 | 12.15 | - |
| YUV | 156.93 | 77.81 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 68 | 0.36 | 0 | 0.65 | 0.25 | 93.87 | 0.5 | 0.51 |
| Hex | 7A | C0 | 44 | 24 | 0 | 41 | 19 | 5E | 32 | 33 |
| Octal | 172 | 300 | 104 | 44 | 0 | 101 | 31 | 136 | 62 | 63 |
| Binary | 1111010 | 11000000 | 1000100 | 100100 | 0 | 1000001 | 11001 | 1011110 | 110010 | 110011 |
Color Harmonies of #7AC044
Complementary color
Monochromatic Colors of #7AC044
Black with #7AC044
Text Example
Text Example
White with #7AC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC044; }
p { color: rgb(122,192,68); }
H1.HeaderClassName
{
color: #7AC044;
}
.AnyTagClassName
{
color: #7AC044;
}
</style>
background-color css
<style>
a { background-color: #7AC044; }
a { background-color: rgb(122,192,68); }
div.DivClassName
{
background-color: #7AC044;
}
.BgClassName
{
background-color: #7AC044;
}
</style>
border-color css
<style>
span { border-color: #7AC044; }
span { border-color: rgb(122,192,68); }
td.TdClassName
{
border-color: #7AC044;
}
.TagClassName
{
border-color: #7AC044;
}
</style>