Shades of Mantis #7ACC45
Tints of Mantis #7ACC45
RGB
CMYK
RGB Variations
Color information
#7ACC45 (or 0x7ACC45) is known color: Mantis. HEX triplet: 7A, CC and 45. RGB value is (122,204,69). Sum of RGB (Red+Green+Blue) = 122+204+69=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC45 is #8533BA. Grayscale: #A4A4A4. Windows color (decimal): -8729531 or 4574330. OLE color: 4574330.
HSL color Cylindrical-coordinate representation of color #7ACC45: hue angle of 96.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7ACC45 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 69 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.2 |
| HSL | 96.44º | 0.57% | 0.54% | - |
| HSV(B) | 96.44º | 0.66% | 0.8% | - |
| XYZ | 30.69 | 47.75 | 13.23 | - |
| YUV | 164.09 | 74.33 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 69 | 0.40 | 0 | 0.66 | 0.2 | 96.44 | 0.57 | 0.54 |
| Hex | 7A | CC | 45 | 28 | 0 | 42 | 14 | 60 | 39 | 36 |
| Octal | 172 | 314 | 105 | 50 | 0 | 102 | 24 | 140 | 71 | 66 |
| Binary | 1111010 | 11001100 | 1000101 | 101000 | 0 | 1000010 | 10100 | 1100000 | 111001 | 110110 |
Color Harmonies of #7ACC45
Complementary color
Monochromatic Colors of #7ACC45
Black with #7ACC45
Text Example
Text Example
White with #7ACC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC45; }
p { color: rgb(122,204,69); }
H1.HeaderClassName
{
color: #7ACC45;
}
.AnyTagClassName
{
color: #7ACC45;
}
</style>
background-color css
<style>
a { background-color: #7ACC45; }
a { background-color: rgb(122,204,69); }
div.DivClassName
{
background-color: #7ACC45;
}
.BgClassName
{
background-color: #7ACC45;
}
</style>
border-color css
<style>
span { border-color: #7ACC45; }
span { border-color: rgb(122,204,69); }
td.TdClassName
{
border-color: #7ACC45;
}
.TagClassName
{
border-color: #7ACC45;
}
</style>