Shades of Mantis #7ACE5D
Tints of Mantis #7ACE5D
RGB
CMYK
RGB Variations
Color information
#7ACE5D (or 0x7ACE5D) is known color: Mantis. HEX triplet: 7A, CE and 5D. RGB value is (122,206,93). Sum of RGB (Red+Green+Blue) = 122+206+93=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACE5D is #8531A2. Grayscale: #A8A8A8. Windows color (decimal): -8728995 or 6147706. OLE color: 6147706.
HSL color Cylindrical-coordinate representation of color #7ACE5D: hue angle of 104.6º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7ACE5D is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 93 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.19 |
| HSL | 104.6º | 0.54% | 0.59% | - |
| HSV(B) | 104.6º | 0.55% | 0.81% | - |
| XYZ | 32.07 | 49.07 | 18.14 | - |
| YUV | 168 | 85.67 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 93 | 0.41 | 0 | 0.55 | 0.19 | 104.6 | 0.54 | 0.59 |
| Hex | 7A | CE | 5D | 29 | 0 | 37 | 13 | 69 | 36 | 3B |
| Octal | 172 | 316 | 135 | 51 | 0 | 67 | 23 | 151 | 66 | 73 |
| Binary | 1111010 | 11001110 | 1011101 | 101001 | 0 | 110111 | 10011 | 1101001 | 110110 | 111011 |
Color Harmonies of #7ACE5D
Complementary color
Monochromatic Colors of #7ACE5D
Black with #7ACE5D
Text Example
Text Example
White with #7ACE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE5D; }
p { color: rgb(122,206,93); }
H1.HeaderClassName
{
color: #7ACE5D;
}
.AnyTagClassName
{
color: #7ACE5D;
}
</style>
background-color css
<style>
a { background-color: #7ACE5D; }
a { background-color: rgb(122,206,93); }
div.DivClassName
{
background-color: #7ACE5D;
}
.BgClassName
{
background-color: #7ACE5D;
}
</style>
border-color css
<style>
span { border-color: #7ACE5D; }
span { border-color: rgb(122,206,93); }
td.TdClassName
{
border-color: #7ACE5D;
}
.TagClassName
{
border-color: #7ACE5D;
}
</style>