Shades of Mantis #7AC653
Tints of Mantis #7AC653
RGB
CMYK
RGB Variations
Color information
#7AC653 (or 0x7AC653) is known color: Mantis. HEX triplet: 7A, C6 and 53. RGB value is (122,198,83). Sum of RGB (Red+Green+Blue) = 122+198+83=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC653 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC653 is #8539AC. Grayscale: #A2A2A2. Windows color (decimal): -8731053 or 5490298. OLE color: 5490298.
HSL color Cylindrical-coordinate representation of color #7AC653: hue angle of 99.65º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7AC653 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 198 | 83 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.22 |
| HSL | 99.65º | 0.5% | 0.55% | - |
| HSV(B) | 99.65º | 0.58% | 0.78% | - |
| XYZ | 29.78 | 45.15 | 15.33 | - |
| YUV | 162.17 | 83.32 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 198 | 83 | 0.38 | 0 | 0.58 | 0.22 | 99.65 | 0.5 | 0.55 |
| Hex | 7A | C6 | 53 | 26 | 0 | 3A | 16 | 64 | 32 | 37 |
| Octal | 172 | 306 | 123 | 46 | 0 | 72 | 26 | 144 | 62 | 67 |
| Binary | 1111010 | 11000110 | 1010011 | 100110 | 0 | 111010 | 10110 | 1100100 | 110010 | 110111 |
Color Harmonies of #7AC653
Complementary color
Monochromatic Colors of #7AC653
Black with #7AC653
Text Example
Text Example
White with #7AC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC653; }
p { color: rgb(122,198,83); }
H1.HeaderClassName
{
color: #7AC653;
}
.AnyTagClassName
{
color: #7AC653;
}
</style>
background-color css
<style>
a { background-color: #7AC653; }
a { background-color: rgb(122,198,83); }
div.DivClassName
{
background-color: #7AC653;
}
.BgClassName
{
background-color: #7AC653;
}
</style>
border-color css
<style>
span { border-color: #7AC653; }
span { border-color: rgb(122,198,83); }
td.TdClassName
{
border-color: #7AC653;
}
.TagClassName
{
border-color: #7AC653;
}
</style>