Shades of Mantis #7ACC5B
Tints of Mantis #7ACC5B
RGB
CMYK
RGB Variations
Color information
#7ACC5B (or 0x7ACC5B) is known color: Mantis. HEX triplet: 7A, CC and 5B. RGB value is (122,204,91). Sum of RGB (Red+Green+Blue) = 122+204+91=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACC5B is #8533A4. Grayscale: #A6A6A6. Windows color (decimal): -8729509 or 6016122. OLE color: 6016122.
HSL color Cylindrical-coordinate representation of color #7ACC5B: hue angle of 103.54º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7ACC5B is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 91 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.2 |
| HSL | 103.54º | 0.53% | 0.58% | - |
| HSV(B) | 103.54º | 0.55% | 0.8% | - |
| XYZ | 31.51 | 48.08 | 17.52 | - |
| YUV | 166.6 | 85.33 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 91 | 0.40 | 0 | 0.55 | 0.2 | 103.54 | 0.53 | 0.58 |
| Hex | 7A | CC | 5B | 28 | 0 | 37 | 14 | 68 | 35 | 3A |
| Octal | 172 | 314 | 133 | 50 | 0 | 67 | 24 | 150 | 65 | 72 |
| Binary | 1111010 | 11001100 | 1011011 | 101000 | 0 | 110111 | 10100 | 1101000 | 110101 | 111010 |
Color Harmonies of #7ACC5B
Complementary color
Monochromatic Colors of #7ACC5B
Black with #7ACC5B
Text Example
Text Example
White with #7ACC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC5B; }
p { color: rgb(122,204,91); }
H1.HeaderClassName
{
color: #7ACC5B;
}
.AnyTagClassName
{
color: #7ACC5B;
}
</style>
background-color css
<style>
a { background-color: #7ACC5B; }
a { background-color: rgb(122,204,91); }
div.DivClassName
{
background-color: #7ACC5B;
}
.BgClassName
{
background-color: #7ACC5B;
}
</style>
border-color css
<style>
span { border-color: #7ACC5B; }
span { border-color: rgb(122,204,91); }
td.TdClassName
{
border-color: #7ACC5B;
}
.TagClassName
{
border-color: #7ACC5B;
}
</style>