Shades of Mantis #7ACE56
Tints of Mantis #7ACE56
RGB
CMYK
RGB Variations
Color information
#7ACE56 (or 0x7ACE56) is known color: Mantis. HEX triplet: 7A, CE and 56. RGB value is (122,206,86). Sum of RGB (Red+Green+Blue) = 122+206+86=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACE56 is #8531A9. Grayscale: #A7A7A7. Windows color (decimal): -8729002 or 5688954. OLE color: 5688954.
HSL color Cylindrical-coordinate representation of color #7ACE56: hue angle of 102º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7ACE56 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 86 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.19 |
| HSL | 102º | 0.55% | 0.57% | - |
| HSV(B) | 102º | 0.58% | 0.81% | - |
| XYZ | 31.78 | 48.95 | 16.58 | - |
| YUV | 167.2 | 82.17 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 86 | 0.41 | 0 | 0.58 | 0.19 | 102 | 0.55 | 0.57 |
| Hex | 7A | CE | 56 | 29 | 0 | 3A | 13 | 66 | 37 | 39 |
| Octal | 172 | 316 | 126 | 51 | 0 | 72 | 23 | 146 | 67 | 71 |
| Binary | 1111010 | 11001110 | 1010110 | 101001 | 0 | 111010 | 10011 | 1100110 | 110111 | 111001 |
Color Harmonies of #7ACE56
Complementary color
Monochromatic Colors of #7ACE56
Black with #7ACE56
Text Example
Text Example
White with #7ACE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE56; }
p { color: rgb(122,206,86); }
H1.HeaderClassName
{
color: #7ACE56;
}
.AnyTagClassName
{
color: #7ACE56;
}
</style>
background-color css
<style>
a { background-color: #7ACE56; }
a { background-color: rgb(122,206,86); }
div.DivClassName
{
background-color: #7ACE56;
}
.BgClassName
{
background-color: #7ACE56;
}
</style>
border-color css
<style>
span { border-color: #7ACE56; }
span { border-color: rgb(122,206,86); }
td.TdClassName
{
border-color: #7ACE56;
}
.TagClassName
{
border-color: #7ACE56;
}
</style>