Shades of Mantis #7AC15A
Tints of Mantis #7AC15A
RGB
CMYK
RGB Variations
Color information
#7AC15A (or 0x7AC15A) is known color: Mantis. HEX triplet: 7A, C1 and 5A. RGB value is (122,193,90). Sum of RGB (Red+Green+Blue) = 122+193+90=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC15A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC15A is #853EA5. Grayscale: #A0A0A0. Windows color (decimal): -8732326 or 5947770. OLE color: 5947770.
HSL color Cylindrical-coordinate representation of color #7AC15A: hue angle of 101.36º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7AC15A is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 193 | 90 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.24 |
| HSL | 101.36º | 0.45% | 0.55% | - |
| HSV(B) | 101.36º | 0.53% | 0.76% | - |
| XYZ | 28.94 | 43.02 | 16.45 | - |
| YUV | 160.03 | 88.48 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 193 | 90 | 0.37 | 0 | 0.53 | 0.24 | 101.36 | 0.45 | 0.55 |
| Hex | 7A | C1 | 5A | 25 | 0 | 35 | 18 | 65 | 2D | 37 |
| Octal | 172 | 301 | 132 | 45 | 0 | 65 | 30 | 145 | 55 | 67 |
| Binary | 1111010 | 11000001 | 1011010 | 100101 | 0 | 110101 | 11000 | 1100101 | 101101 | 110111 |
Color Harmonies of #7AC15A
Complementary color
Monochromatic Colors of #7AC15A
Black with #7AC15A
Text Example
Text Example
White with #7AC15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC15A; }
p { color: rgb(122,193,90); }
H1.HeaderClassName
{
color: #7AC15A;
}
.AnyTagClassName
{
color: #7AC15A;
}
</style>
background-color css
<style>
a { background-color: #7AC15A; }
a { background-color: rgb(122,193,90); }
div.DivClassName
{
background-color: #7AC15A;
}
.BgClassName
{
background-color: #7AC15A;
}
</style>
border-color css
<style>
span { border-color: #7AC15A; }
span { border-color: rgb(122,193,90); }
td.TdClassName
{
border-color: #7AC15A;
}
.TagClassName
{
border-color: #7AC15A;
}
</style>