Shades of Mantis #7ACE3B
Tints of Mantis #7ACE3B
RGB
CMYK
RGB Variations
Color information
#7ACE3B (or 0x7ACE3B) is known color: Mantis. HEX triplet: 7A, CE and 3B. RGB value is (122,206,59). Sum of RGB (Red+Green+Blue) = 122+206+59=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACE3B is #8531C4. Grayscale: #A4A4A4. Windows color (decimal): -8729029 or 3919482. OLE color: 3919482.
HSL color Cylindrical-coordinate representation of color #7ACE3B: hue angle of 94.29º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7ACE3B is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 59 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.19 |
| HSL | 94.29º | 0.6% | 0.52% | - |
| HSV(B) | 94.29º | 0.71% | 0.81% | - |
| XYZ | 30.89 | 48.6 | 11.89 | - |
| YUV | 164.13 | 68.67 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 59 | 0.41 | 0 | 0.71 | 0.19 | 94.29 | 0.6 | 0.52 |
| Hex | 7A | CE | 3B | 29 | 0 | 47 | 13 | 5E | 3C | 34 |
| Octal | 172 | 316 | 73 | 51 | 0 | 107 | 23 | 136 | 74 | 64 |
| Binary | 1111010 | 11001110 | 111011 | 101001 | 0 | 1000111 | 10011 | 1011110 | 111100 | 110100 |
Color Harmonies of #7ACE3B
Complementary color
Monochromatic Colors of #7ACE3B
Black with #7ACE3B
Text Example
Text Example
White with #7ACE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE3B; }
p { color: rgb(122,206,59); }
H1.HeaderClassName
{
color: #7ACE3B;
}
.AnyTagClassName
{
color: #7ACE3B;
}
</style>
background-color css
<style>
a { background-color: #7ACE3B; }
a { background-color: rgb(122,206,59); }
div.DivClassName
{
background-color: #7ACE3B;
}
.BgClassName
{
background-color: #7ACE3B;
}
</style>
border-color css
<style>
span { border-color: #7ACE3B; }
span { border-color: rgb(122,206,59); }
td.TdClassName
{
border-color: #7ACE3B;
}
.TagClassName
{
border-color: #7ACE3B;
}
</style>