Shades of Mantis #7AC95E
Tints of Mantis #7AC95E
RGB
CMYK
RGB Variations
Color information
#7AC95E (or 0x7AC95E) is known color: Mantis. HEX triplet: 7A, C9 and 5E. RGB value is (122,201,94). Sum of RGB (Red+Green+Blue) = 122+201+94=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC95E is #8536A1. Grayscale: #A5A5A5. Windows color (decimal): -8730274 or 6211962. OLE color: 6211962.
HSL color Cylindrical-coordinate representation of color #7AC95E: hue angle of 104.3º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7AC95E is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 201 | 94 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.21 |
| HSL | 104.3º | 0.5% | 0.58% | - |
| HSV(B) | 104.3º | 0.53% | 0.79% | - |
| XYZ | 30.93 | 46.72 | 17.98 | - |
| YUV | 165.18 | 87.83 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 201 | 94 | 0.39 | 0 | 0.53 | 0.21 | 104.3 | 0.5 | 0.58 |
| Hex | 7A | C9 | 5E | 27 | 0 | 35 | 15 | 68 | 32 | 3A |
| Octal | 172 | 311 | 136 | 47 | 0 | 65 | 25 | 150 | 62 | 72 |
| Binary | 1111010 | 11001001 | 1011110 | 100111 | 0 | 110101 | 10101 | 1101000 | 110010 | 111010 |
Color Harmonies of #7AC95E
Complementary color
Monochromatic Colors of #7AC95E
Black with #7AC95E
Text Example
Text Example
White with #7AC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC95E; }
p { color: rgb(122,201,94); }
H1.HeaderClassName
{
color: #7AC95E;
}
.AnyTagClassName
{
color: #7AC95E;
}
</style>
background-color css
<style>
a { background-color: #7AC95E; }
a { background-color: rgb(122,201,94); }
div.DivClassName
{
background-color: #7AC95E;
}
.BgClassName
{
background-color: #7AC95E;
}
</style>
border-color css
<style>
span { border-color: #7AC95E; }
span { border-color: rgb(122,201,94); }
td.TdClassName
{
border-color: #7AC95E;
}
.TagClassName
{
border-color: #7AC95E;
}
</style>