Shades of Mantis #7ACC60
Tints of Mantis #7ACC60
RGB
CMYK
RGB Variations
Color information
#7ACC60 (or 0x7ACC60) is known color: Mantis. HEX triplet: 7A, CC and 60. RGB value is (122,204,96). Sum of RGB (Red+Green+Blue) = 122+204+96=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACC60 is #85339F. Grayscale: #A7A7A7. Windows color (decimal): -8729504 or 6343802. OLE color: 6343802.
HSL color Cylindrical-coordinate representation of color #7ACC60: hue angle of 105.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7ACC60 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 96 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.2 |
| HSL | 105.56º | 0.51% | 0.59% | - |
| HSV(B) | 105.56º | 0.53% | 0.8% | - |
| XYZ | 31.73 | 48.17 | 18.69 | - |
| YUV | 167.17 | 87.83 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 96 | 0.40 | 0 | 0.53 | 0.2 | 105.56 | 0.51 | 0.59 |
| Hex | 7A | CC | 60 | 28 | 0 | 35 | 14 | 6A | 33 | 3B |
| Octal | 172 | 314 | 140 | 50 | 0 | 65 | 24 | 152 | 63 | 73 |
| Binary | 1111010 | 11001100 | 1100000 | 101000 | 0 | 110101 | 10100 | 1101010 | 110011 | 111011 |
Color Harmonies of #7ACC60
Complementary color
Monochromatic Colors of #7ACC60
Black with #7ACC60
Text Example
Text Example
White with #7ACC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC60; }
p { color: rgb(122,204,96); }
H1.HeaderClassName
{
color: #7ACC60;
}
.AnyTagClassName
{
color: #7ACC60;
}
</style>
background-color css
<style>
a { background-color: #7ACC60; }
a { background-color: rgb(122,204,96); }
div.DivClassName
{
background-color: #7ACC60;
}
.BgClassName
{
background-color: #7ACC60;
}
</style>
border-color css
<style>
span { border-color: #7ACC60; }
span { border-color: rgb(122,204,96); }
td.TdClassName
{
border-color: #7ACC60;
}
.TagClassName
{
border-color: #7ACC60;
}
</style>