Shades of Mantis #7AC54A
Tints of Mantis #7AC54A
RGB
CMYK
RGB Variations
Color information
#7AC54A (or 0x7AC54A) is known color: Mantis. HEX triplet: 7A, C5 and 4A. RGB value is (122,197,74). Sum of RGB (Red+Green+Blue) = 122+197+74=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC54A is #853AB5. Grayscale: #A0A0A0. Windows color (decimal): -8731318 or 4900218. OLE color: 4900218.
HSL color Cylindrical-coordinate representation of color #7AC54A: hue angle of 96.59º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7AC54A is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 74 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.23 |
| HSL | 96.59º | 0.51% | 0.53% | - |
| HSV(B) | 96.59º | 0.62% | 0.77% | - |
| XYZ | 29.23 | 44.56 | 13.54 | - |
| YUV | 160.55 | 79.15 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 74 | 0.38 | 0 | 0.62 | 0.23 | 96.59 | 0.51 | 0.53 |
| Hex | 7A | C5 | 4A | 26 | 0 | 3E | 17 | 61 | 33 | 35 |
| Octal | 172 | 305 | 112 | 46 | 0 | 76 | 27 | 141 | 63 | 65 |
| Binary | 1111010 | 11000101 | 1001010 | 100110 | 0 | 111110 | 10111 | 1100001 | 110011 | 110101 |
Color Harmonies of #7AC54A
Complementary color
Monochromatic Colors of #7AC54A
Black with #7AC54A
Text Example
Text Example
White with #7AC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC54A; }
p { color: rgb(122,197,74); }
H1.HeaderClassName
{
color: #7AC54A;
}
.AnyTagClassName
{
color: #7AC54A;
}
</style>
background-color css
<style>
a { background-color: #7AC54A; }
a { background-color: rgb(122,197,74); }
div.DivClassName
{
background-color: #7AC54A;
}
.BgClassName
{
background-color: #7AC54A;
}
</style>
border-color css
<style>
span { border-color: #7AC54A; }
span { border-color: rgb(122,197,74); }
td.TdClassName
{
border-color: #7AC54A;
}
.TagClassName
{
border-color: #7AC54A;
}
</style>