Shades of Mantis #7AC849
Tints of Mantis #7AC849
RGB
CMYK
RGB Variations
Color information
#7AC849 (or 0x7AC849) is known color: Mantis. HEX triplet: 7A, C8 and 49. RGB value is (122,200,73). Sum of RGB (Red+Green+Blue) = 122+200+73=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC849 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC849 is #8537B6. Grayscale: #A2A2A2. Windows color (decimal): -8730551 or 4835450. OLE color: 4835450.
HSL color Cylindrical-coordinate representation of color #7AC849: hue angle of 96.85º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7AC849 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 200 | 73 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.22 |
| HSL | 96.85º | 0.54% | 0.54% | - |
| HSV(B) | 96.85º | 0.64% | 0.78% | - |
| XYZ | 29.88 | 45.93 | 13.59 | - |
| YUV | 162.2 | 77.66 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 200 | 73 | 0.39 | 0 | 0.64 | 0.22 | 96.85 | 0.54 | 0.54 |
| Hex | 7A | C8 | 49 | 27 | 0 | 40 | 16 | 61 | 36 | 36 |
| Octal | 172 | 310 | 111 | 47 | 0 | 100 | 26 | 141 | 66 | 66 |
| Binary | 1111010 | 11001000 | 1001001 | 100111 | 0 | 1000000 | 10110 | 1100001 | 110110 | 110110 |
Color Harmonies of #7AC849
Complementary color
Monochromatic Colors of #7AC849
Black with #7AC849
Text Example
Text Example
White with #7AC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC849; }
p { color: rgb(122,200,73); }
H1.HeaderClassName
{
color: #7AC849;
}
.AnyTagClassName
{
color: #7AC849;
}
</style>
background-color css
<style>
a { background-color: #7AC849; }
a { background-color: rgb(122,200,73); }
div.DivClassName
{
background-color: #7AC849;
}
.BgClassName
{
background-color: #7AC849;
}
</style>
border-color css
<style>
span { border-color: #7AC849; }
span { border-color: rgb(122,200,73); }
td.TdClassName
{
border-color: #7AC849;
}
.TagClassName
{
border-color: #7AC849;
}
</style>