Shades of Mantis #7ACE3A
Tints of Mantis #7ACE3A
RGB
CMYK
RGB Variations
Color information
#7ACE3A (or 0x7ACE3A) is known color: Mantis. HEX triplet: 7A, CE and 3A. RGB value is (122,206,58). Sum of RGB (Red+Green+Blue) = 122+206+58=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 206 (80.86% from 255 or 53.37% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACE3A is #8531C5. Grayscale: #A4A4A4. Windows color (decimal): -8729030 or 3853946. OLE color: 3853946.
HSL color Cylindrical-coordinate representation of color #7ACE3A: hue angle of 94.05º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7ACE3A is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 58 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.19 |
| HSL | 94.05º | 0.6% | 0.52% | - |
| HSV(B) | 94.05º | 0.72% | 0.81% | - |
| XYZ | 30.86 | 48.59 | 11.75 | - |
| YUV | 164.01 | 68.17 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 58 | 0.41 | 0 | 0.72 | 0.19 | 94.05 | 0.6 | 0.52 |
| Hex | 7A | CE | 3A | 29 | 0 | 48 | 13 | 5E | 3C | 34 |
| Octal | 172 | 316 | 72 | 51 | 0 | 110 | 23 | 136 | 74 | 64 |
| Binary | 1111010 | 11001110 | 111010 | 101001 | 0 | 1001000 | 10011 | 1011110 | 111100 | 110100 |
Color Harmonies of #7ACE3A
Complementary color
Monochromatic Colors of #7ACE3A
Black with #7ACE3A
Text Example
Text Example
White with #7ACE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE3A; }
p { color: rgb(122,206,58); }
H1.HeaderClassName
{
color: #7ACE3A;
}
.AnyTagClassName
{
color: #7ACE3A;
}
</style>
background-color css
<style>
a { background-color: #7ACE3A; }
a { background-color: rgb(122,206,58); }
div.DivClassName
{
background-color: #7ACE3A;
}
.BgClassName
{
background-color: #7ACE3A;
}
</style>
border-color css
<style>
span { border-color: #7ACE3A; }
span { border-color: rgb(122,206,58); }
td.TdClassName
{
border-color: #7ACE3A;
}
.TagClassName
{
border-color: #7ACE3A;
}
</style>