Shades of Mantis #7ACE5E
Tints of Mantis #7ACE5E
RGB
CMYK
RGB Variations
Color information
#7ACE5E (or 0x7ACE5E) is known color: Mantis. HEX triplet: 7A, CE and 5E. RGB value is (122,206,94). Sum of RGB (Red+Green+Blue) = 122+206+94=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACE5E is #8531A1. Grayscale: #A8A8A8. Windows color (decimal): -8728994 or 6213242. OLE color: 6213242.
HSL color Cylindrical-coordinate representation of color #7ACE5E: hue angle of 105º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7ACE5E is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 94 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.19 |
| HSL | 105º | 0.53% | 0.59% | - |
| HSV(B) | 105º | 0.54% | 0.81% | - |
| XYZ | 32.12 | 49.09 | 18.37 | - |
| YUV | 168.12 | 86.17 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 94 | 0.41 | 0 | 0.54 | 0.19 | 105 | 0.53 | 0.59 |
| Hex | 7A | CE | 5E | 29 | 0 | 36 | 13 | 69 | 35 | 3B |
| Octal | 172 | 316 | 136 | 51 | 0 | 66 | 23 | 151 | 65 | 73 |
| Binary | 1111010 | 11001110 | 1011110 | 101001 | 0 | 110110 | 10011 | 1101001 | 110101 | 111011 |
Color Harmonies of #7ACE5E
Complementary color
Monochromatic Colors of #7ACE5E
Black with #7ACE5E
Text Example
Text Example
White with #7ACE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE5E; }
p { color: rgb(122,206,94); }
H1.HeaderClassName
{
color: #7ACE5E;
}
.AnyTagClassName
{
color: #7ACE5E;
}
</style>
background-color css
<style>
a { background-color: #7ACE5E; }
a { background-color: rgb(122,206,94); }
div.DivClassName
{
background-color: #7ACE5E;
}
.BgClassName
{
background-color: #7ACE5E;
}
</style>
border-color css
<style>
span { border-color: #7ACE5E; }
span { border-color: rgb(122,206,94); }
td.TdClassName
{
border-color: #7ACE5E;
}
.TagClassName
{
border-color: #7ACE5E;
}
</style>