Shades of Mantis #7AC65C
Tints of Mantis #7AC65C
RGB
CMYK
RGB Variations
Color information
#7AC65C (or 0x7AC65C) is known color: Mantis. HEX triplet: 7A, C6 and 5C. RGB value is (122,198,92). Sum of RGB (Red+Green+Blue) = 122+198+92=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC65C is #8539A3. Grayscale: #A3A3A3. Windows color (decimal): -8731044 or 6080122. OLE color: 6080122.
HSL color Cylindrical-coordinate representation of color #7AC65C: hue angle of 103.02º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AC65C is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 198 | 92 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.22 |
| HSL | 103.02º | 0.48% | 0.57% | - |
| HSV(B) | 103.02º | 0.54% | 0.78% | - |
| XYZ | 30.15 | 45.3 | 17.28 | - |
| YUV | 163.19 | 87.82 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 198 | 92 | 0.38 | 0 | 0.54 | 0.22 | 103.02 | 0.48 | 0.57 |
| Hex | 7A | C6 | 5C | 26 | 0 | 36 | 16 | 67 | 30 | 39 |
| Octal | 172 | 306 | 134 | 46 | 0 | 66 | 26 | 147 | 60 | 71 |
| Binary | 1111010 | 11000110 | 1011100 | 100110 | 0 | 110110 | 10110 | 1100111 | 110000 | 111001 |
Color Harmonies of #7AC65C
Complementary color
Monochromatic Colors of #7AC65C
Black with #7AC65C
Text Example
Text Example
White with #7AC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC65C; }
p { color: rgb(122,198,92); }
H1.HeaderClassName
{
color: #7AC65C;
}
.AnyTagClassName
{
color: #7AC65C;
}
</style>
background-color css
<style>
a { background-color: #7AC65C; }
a { background-color: rgb(122,198,92); }
div.DivClassName
{
background-color: #7AC65C;
}
.BgClassName
{
background-color: #7AC65C;
}
</style>
border-color css
<style>
span { border-color: #7AC65C; }
span { border-color: rgb(122,198,92); }
td.TdClassName
{
border-color: #7AC65C;
}
.TagClassName
{
border-color: #7AC65C;
}
</style>