Shades of Mantis #7AC844
Tints of Mantis #7AC844
RGB
CMYK
RGB Variations
Color information
#7AC844 (or 0x7AC844) is known color: Mantis. HEX triplet: 7A, C8 and 44. RGB value is (122,200,68). Sum of RGB (Red+Green+Blue) = 122+200+68=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC844 is #8537BB. Grayscale: #A2A2A2. Windows color (decimal): -8730556 or 4507770. OLE color: 4507770.
HSL color Cylindrical-coordinate representation of color #7AC844: hue angle of 95.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7AC844 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 200 | 68 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.22 |
| HSL | 95.45º | 0.55% | 0.53% | - |
| HSV(B) | 95.45º | 0.66% | 0.78% | - |
| XYZ | 29.72 | 45.86 | 12.75 | - |
| YUV | 161.63 | 75.16 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 200 | 68 | 0.39 | 0 | 0.66 | 0.22 | 95.45 | 0.55 | 0.53 |
| Hex | 7A | C8 | 44 | 27 | 0 | 42 | 16 | 5F | 37 | 35 |
| Octal | 172 | 310 | 104 | 47 | 0 | 102 | 26 | 137 | 67 | 65 |
| Binary | 1111010 | 11001000 | 1000100 | 100111 | 0 | 1000010 | 10110 | 1011111 | 110111 | 110101 |
Color Harmonies of #7AC844
Complementary color
Monochromatic Colors of #7AC844
Black with #7AC844
Text Example
Text Example
White with #7AC844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC844; }
p { color: rgb(122,200,68); }
H1.HeaderClassName
{
color: #7AC844;
}
.AnyTagClassName
{
color: #7AC844;
}
</style>
background-color css
<style>
a { background-color: #7AC844; }
a { background-color: rgb(122,200,68); }
div.DivClassName
{
background-color: #7AC844;
}
.BgClassName
{
background-color: #7AC844;
}
</style>
border-color css
<style>
span { border-color: #7AC844; }
span { border-color: rgb(122,200,68); }
td.TdClassName
{
border-color: #7AC844;
}
.TagClassName
{
border-color: #7AC844;
}
</style>