Shades of Mantis #7AC370
Tints of Mantis #7AC370
RGB
CMYK
RGB Variations
Color information
#7AC370 (or 0x7AC370) is known color: Mantis. HEX triplet: 7A, C3 and 70. RGB value is (122,195,112). Sum of RGB (Red+Green+Blue) = 122+195+112=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC370 is #853C8F. Grayscale: #A3A3A3. Windows color (decimal): -8731792 or 7390074. OLE color: 7390074.
HSL color Cylindrical-coordinate representation of color #7AC370: hue angle of 112.77º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AC370 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 195 | 112 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.24 |
| HSL | 112.77º | 0.41% | 0.6% | - |
| HSV(B) | 112.77º | 0.43% | 0.76% | - |
| XYZ | 30.47 | 44.34 | 22.28 | - |
| YUV | 163.71 | 98.82 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 195 | 112 | 0.37 | 0 | 0.43 | 0.24 | 112.77 | 0.41 | 0.6 |
| Hex | 7A | C3 | 70 | 25 | 0 | 2B | 18 | 71 | 29 | 3C |
| Octal | 172 | 303 | 160 | 45 | 0 | 53 | 30 | 161 | 51 | 74 |
| Binary | 1111010 | 11000011 | 1110000 | 100101 | 0 | 101011 | 11000 | 1110001 | 101001 | 111100 |
Color Harmonies of #7AC370
Complementary color
Monochromatic Colors of #7AC370
Black with #7AC370
Text Example
Text Example
White with #7AC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC370; }
p { color: rgb(122,195,112); }
H1.HeaderClassName
{
color: #7AC370;
}
.AnyTagClassName
{
color: #7AC370;
}
</style>
background-color css
<style>
a { background-color: #7AC370; }
a { background-color: rgb(122,195,112); }
div.DivClassName
{
background-color: #7AC370;
}
.BgClassName
{
background-color: #7AC370;
}
</style>
border-color css
<style>
span { border-color: #7AC370; }
span { border-color: rgb(122,195,112); }
td.TdClassName
{
border-color: #7AC370;
}
.TagClassName
{
border-color: #7AC370;
}
</style>