Shades of Mantis #7AC94D
Tints of Mantis #7AC94D
RGB
CMYK
RGB Variations
Color information
#7AC94D (or 0x7AC94D) is known color: Mantis. HEX triplet: 7A, C9 and 4D. RGB value is (122,201,77). Sum of RGB (Red+Green+Blue) = 122+201+77=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC94D is #8536B2. Grayscale: #A3A3A3. Windows color (decimal): -8730291 or 5097850. OLE color: 5097850.
HSL color Cylindrical-coordinate representation of color #7AC94D: hue angle of 98.23º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7AC94D is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 201 | 77 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.21 |
| HSL | 98.23º | 0.53% | 0.55% | - |
| HSV(B) | 98.23º | 0.62% | 0.79% | - |
| XYZ | 30.25 | 46.45 | 14.39 | - |
| YUV | 163.24 | 79.33 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 201 | 77 | 0.39 | 0 | 0.62 | 0.21 | 98.23 | 0.53 | 0.55 |
| Hex | 7A | C9 | 4D | 27 | 0 | 3E | 15 | 62 | 35 | 37 |
| Octal | 172 | 311 | 115 | 47 | 0 | 76 | 25 | 142 | 65 | 67 |
| Binary | 1111010 | 11001001 | 1001101 | 100111 | 0 | 111110 | 10101 | 1100010 | 110101 | 110111 |
Color Harmonies of #7AC94D
Complementary color
Monochromatic Colors of #7AC94D
Black with #7AC94D
Text Example
Text Example
White with #7AC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC94D; }
p { color: rgb(122,201,77); }
H1.HeaderClassName
{
color: #7AC94D;
}
.AnyTagClassName
{
color: #7AC94D;
}
</style>
background-color css
<style>
a { background-color: #7AC94D; }
a { background-color: rgb(122,201,77); }
div.DivClassName
{
background-color: #7AC94D;
}
.BgClassName
{
background-color: #7AC94D;
}
</style>
border-color css
<style>
span { border-color: #7AC94D; }
span { border-color: rgb(122,201,77); }
td.TdClassName
{
border-color: #7AC94D;
}
.TagClassName
{
border-color: #7AC94D;
}
</style>