Shades of Mantis #7ACC3A
Tints of Mantis #7ACC3A
RGB
CMYK
RGB Variations
Color information
#7ACC3A (or 0x7ACC3A) is known color: Mantis. HEX triplet: 7A, CC and 3A. RGB value is (122,204,58). Sum of RGB (Red+Green+Blue) = 122+204+58=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC3A is #8533C5. Grayscale: #A3A3A3. Windows color (decimal): -8729542 or 3853434. OLE color: 3853434.
HSL color Cylindrical-coordinate representation of color #7ACC3A: hue angle of 93.7º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7ACC3A is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 58 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.2 |
| HSL | 93.7º | 0.59% | 0.51% | - |
| HSV(B) | 93.7º | 0.72% | 0.8% | - |
| XYZ | 30.38 | 47.63 | 11.59 | - |
| YUV | 162.84 | 68.83 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 58 | 0.40 | 0 | 0.72 | 0.2 | 93.7 | 0.59 | 0.51 |
| Hex | 7A | CC | 3A | 28 | 0 | 48 | 14 | 5E | 3B | 33 |
| Octal | 172 | 314 | 72 | 50 | 0 | 110 | 24 | 136 | 73 | 63 |
| Binary | 1111010 | 11001100 | 111010 | 101000 | 0 | 1001000 | 10100 | 1011110 | 111011 | 110011 |
Color Harmonies of #7ACC3A
Complementary color
Monochromatic Colors of #7ACC3A
Black with #7ACC3A
Text Example
Text Example
White with #7ACC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC3A; }
p { color: rgb(122,204,58); }
H1.HeaderClassName
{
color: #7ACC3A;
}
.AnyTagClassName
{
color: #7ACC3A;
}
</style>
background-color css
<style>
a { background-color: #7ACC3A; }
a { background-color: rgb(122,204,58); }
div.DivClassName
{
background-color: #7ACC3A;
}
.BgClassName
{
background-color: #7ACC3A;
}
</style>
border-color css
<style>
span { border-color: #7ACC3A; }
span { border-color: rgb(122,204,58); }
td.TdClassName
{
border-color: #7ACC3A;
}
.TagClassName
{
border-color: #7ACC3A;
}
</style>