Shades of Mantis #7ACE5C
Tints of Mantis #7ACE5C
RGB
CMYK
RGB Variations
Color information
#7ACE5C (or 0x7ACE5C) is known color: Mantis. HEX triplet: 7A, CE and 5C. RGB value is (122,206,92). Sum of RGB (Red+Green+Blue) = 122+206+92=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACE5C is #8531A3. Grayscale: #A8A8A8. Windows color (decimal): -8728996 or 6082170. OLE color: 6082170.
HSL color Cylindrical-coordinate representation of color #7ACE5C: hue angle of 104.21º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7ACE5C is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 92 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.19 |
| HSL | 104.21º | 0.54% | 0.58% | - |
| HSV(B) | 104.21º | 0.55% | 0.81% | - |
| XYZ | 32.03 | 49.05 | 17.91 | - |
| YUV | 167.89 | 85.17 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 92 | 0.41 | 0 | 0.55 | 0.19 | 104.21 | 0.54 | 0.58 |
| Hex | 7A | CE | 5C | 29 | 0 | 37 | 13 | 68 | 36 | 3A |
| Octal | 172 | 316 | 134 | 51 | 0 | 67 | 23 | 150 | 66 | 72 |
| Binary | 1111010 | 11001110 | 1011100 | 101001 | 0 | 110111 | 10011 | 1101000 | 110110 | 111010 |
Color Harmonies of #7ACE5C
Complementary color
Monochromatic Colors of #7ACE5C
Black with #7ACE5C
Text Example
Text Example
White with #7ACE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE5C; }
p { color: rgb(122,206,92); }
H1.HeaderClassName
{
color: #7ACE5C;
}
.AnyTagClassName
{
color: #7ACE5C;
}
</style>
background-color css
<style>
a { background-color: #7ACE5C; }
a { background-color: rgb(122,206,92); }
div.DivClassName
{
background-color: #7ACE5C;
}
.BgClassName
{
background-color: #7ACE5C;
}
</style>
border-color css
<style>
span { border-color: #7ACE5C; }
span { border-color: rgb(122,206,92); }
td.TdClassName
{
border-color: #7ACE5C;
}
.TagClassName
{
border-color: #7ACE5C;
}
</style>