Shades of Mantis #7AC346
Tints of Mantis #7AC346
RGB
CMYK
RGB Variations
Color information
#7AC346 (or 0x7AC346) is known color: Mantis. HEX triplet: 7A, C3 and 46. RGB value is (122,195,70). Sum of RGB (Red+Green+Blue) = 122+195+70=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC346 is #853CB9. Grayscale: #9F9F9F. Windows color (decimal): -8731834 or 4637562. OLE color: 4637562.
HSL color Cylindrical-coordinate representation of color #7AC346: hue angle of 95.04º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7AC346 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 195 | 70 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.24 |
| HSL | 95.04º | 0.51% | 0.52% | - |
| HSV(B) | 95.04º | 0.64% | 0.76% | - |
| XYZ | 28.65 | 43.61 | 12.7 | - |
| YUV | 158.92 | 77.82 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 195 | 70 | 0.37 | 0 | 0.64 | 0.24 | 95.04 | 0.51 | 0.52 |
| Hex | 7A | C3 | 46 | 25 | 0 | 40 | 18 | 5F | 33 | 34 |
| Octal | 172 | 303 | 106 | 45 | 0 | 100 | 30 | 137 | 63 | 64 |
| Binary | 1111010 | 11000011 | 1000110 | 100101 | 0 | 1000000 | 11000 | 1011111 | 110011 | 110100 |
Color Harmonies of #7AC346
Complementary color
Monochromatic Colors of #7AC346
Black with #7AC346
Text Example
Text Example
White with #7AC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC346; }
p { color: rgb(122,195,70); }
H1.HeaderClassName
{
color: #7AC346;
}
.AnyTagClassName
{
color: #7AC346;
}
</style>
background-color css
<style>
a { background-color: #7AC346; }
a { background-color: rgb(122,195,70); }
div.DivClassName
{
background-color: #7AC346;
}
.BgClassName
{
background-color: #7AC346;
}
</style>
border-color css
<style>
span { border-color: #7AC346; }
span { border-color: rgb(122,195,70); }
td.TdClassName
{
border-color: #7AC346;
}
.TagClassName
{
border-color: #7AC346;
}
</style>