Shades of Mantis #7ACC63
Tints of Mantis #7ACC63
RGB
CMYK
RGB Variations
Color information
#7ACC63 (or 0x7ACC63) is known color: Mantis. HEX triplet: 7A, CC and 63. RGB value is (122,204,99). Sum of RGB (Red+Green+Blue) = 122+204+99=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACC63 is #85339C. Grayscale: #A7A7A7. Windows color (decimal): -8729501 or 6540410. OLE color: 6540410.
HSL color Cylindrical-coordinate representation of color #7ACC63: hue angle of 106.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ACC63 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 99 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.2 |
| HSL | 106.86º | 0.51% | 0.59% | - |
| HSV(B) | 106.86º | 0.51% | 0.8% | - |
| XYZ | 31.87 | 48.22 | 19.43 | - |
| YUV | 167.51 | 89.33 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 99 | 0.40 | 0 | 0.51 | 0.2 | 106.86 | 0.51 | 0.59 |
| Hex | 7A | CC | 63 | 28 | 0 | 33 | 14 | 6B | 33 | 3B |
| Octal | 172 | 314 | 143 | 50 | 0 | 63 | 24 | 153 | 63 | 73 |
| Binary | 1111010 | 11001100 | 1100011 | 101000 | 0 | 110011 | 10100 | 1101011 | 110011 | 111011 |
Color Harmonies of #7ACC63
Complementary color
Monochromatic Colors of #7ACC63
Black with #7ACC63
Text Example
Text Example
White with #7ACC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC63; }
p { color: rgb(122,204,99); }
H1.HeaderClassName
{
color: #7ACC63;
}
.AnyTagClassName
{
color: #7ACC63;
}
</style>
background-color css
<style>
a { background-color: #7ACC63; }
a { background-color: rgb(122,204,99); }
div.DivClassName
{
background-color: #7ACC63;
}
.BgClassName
{
background-color: #7ACC63;
}
</style>
border-color css
<style>
span { border-color: #7ACC63; }
span { border-color: rgb(122,204,99); }
td.TdClassName
{
border-color: #7ACC63;
}
.TagClassName
{
border-color: #7ACC63;
}
</style>