Shades of Mantis #7AC94E
Tints of Mantis #7AC94E
RGB
CMYK
RGB Variations
Color information
#7AC94E (or 0x7AC94E) is known color: Mantis. HEX triplet: 7A, C9 and 4E. RGB value is (122,201,78). Sum of RGB (Red+Green+Blue) = 122+201+78=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC94E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC94E is #8536B1. Grayscale: #A3A3A3. Windows color (decimal): -8730290 or 5163386. OLE color: 5163386.
HSL color Cylindrical-coordinate representation of color #7AC94E: hue angle of 98.54º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AC94E is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 201 | 78 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.21 |
| HSL | 98.54º | 0.53% | 0.55% | - |
| HSV(B) | 98.54º | 0.61% | 0.79% | - |
| XYZ | 30.29 | 46.46 | 14.58 | - |
| YUV | 163.36 | 79.83 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 201 | 78 | 0.39 | 0 | 0.61 | 0.21 | 98.54 | 0.53 | 0.55 |
| Hex | 7A | C9 | 4E | 27 | 0 | 3D | 15 | 63 | 35 | 37 |
| Octal | 172 | 311 | 116 | 47 | 0 | 75 | 25 | 143 | 65 | 67 |
| Binary | 1111010 | 11001001 | 1001110 | 100111 | 0 | 111101 | 10101 | 1100011 | 110101 | 110111 |
Color Harmonies of #7AC94E
Complementary color
Monochromatic Colors of #7AC94E
Black with #7AC94E
Text Example
Text Example
White with #7AC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC94E; }
p { color: rgb(122,201,78); }
H1.HeaderClassName
{
color: #7AC94E;
}
.AnyTagClassName
{
color: #7AC94E;
}
</style>
background-color css
<style>
a { background-color: #7AC94E; }
a { background-color: rgb(122,201,78); }
div.DivClassName
{
background-color: #7AC94E;
}
.BgClassName
{
background-color: #7AC94E;
}
</style>
border-color css
<style>
span { border-color: #7AC94E; }
span { border-color: rgb(122,201,78); }
td.TdClassName
{
border-color: #7AC94E;
}
.TagClassName
{
border-color: #7AC94E;
}
</style>