Shades of Mantis #7ACC40
Tints of Mantis #7ACC40
RGB
CMYK
RGB Variations
Color information
#7ACC40 (or 0x7ACC40) is known color: Mantis. HEX triplet: 7A, CC and 40. RGB value is (122,204,64). Sum of RGB (Red+Green+Blue) = 122+204+64=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC40 is #8533BF. Grayscale: #A4A4A4. Windows color (decimal): -8729536 or 4246650. OLE color: 4246650.
HSL color Cylindrical-coordinate representation of color #7ACC40: hue angle of 95.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7ACC40 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 64 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.2 |
| HSL | 95.14º | 0.58% | 0.53% | - |
| HSV(B) | 95.14º | 0.69% | 0.8% | - |
| XYZ | 30.54 | 47.69 | 12.45 | - |
| YUV | 163.52 | 71.83 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 64 | 0.40 | 0 | 0.69 | 0.2 | 95.14 | 0.58 | 0.53 |
| Hex | 7A | CC | 40 | 28 | 0 | 45 | 14 | 5F | 3A | 35 |
| Octal | 172 | 314 | 100 | 50 | 0 | 105 | 24 | 137 | 72 | 65 |
| Binary | 1111010 | 11001100 | 1000000 | 101000 | 0 | 1000101 | 10100 | 1011111 | 111010 | 110101 |
Color Harmonies of #7ACC40
Complementary color
Monochromatic Colors of #7ACC40
Black with #7ACC40
Text Example
Text Example
White with #7ACC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC40; }
p { color: rgb(122,204,64); }
H1.HeaderClassName
{
color: #7ACC40;
}
.AnyTagClassName
{
color: #7ACC40;
}
</style>
background-color css
<style>
a { background-color: #7ACC40; }
a { background-color: rgb(122,204,64); }
div.DivClassName
{
background-color: #7ACC40;
}
.BgClassName
{
background-color: #7ACC40;
}
</style>
border-color css
<style>
span { border-color: #7ACC40; }
span { border-color: rgb(122,204,64); }
td.TdClassName
{
border-color: #7ACC40;
}
.TagClassName
{
border-color: #7ACC40;
}
</style>