Shades of Mantis #7AC15C
Tints of Mantis #7AC15C
RGB
CMYK
RGB Variations
Color information
#7AC15C (or 0x7AC15C) is known color: Mantis. HEX triplet: 7A, C1 and 5C. RGB value is (122,193,92). Sum of RGB (Red+Green+Blue) = 122+193+92=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC15C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC15C is #853EA3. Grayscale: #A0A0A0. Windows color (decimal): -8732324 or 6078842. OLE color: 6078842.
HSL color Cylindrical-coordinate representation of color #7AC15C: hue angle of 102.18º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AC15C is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 193 | 92 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.24 |
| HSL | 102.18º | 0.45% | 0.56% | - |
| HSV(B) | 102.18º | 0.52% | 0.76% | - |
| XYZ | 29.03 | 43.05 | 16.9 | - |
| YUV | 160.26 | 89.48 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 193 | 92 | 0.37 | 0 | 0.52 | 0.24 | 102.18 | 0.45 | 0.56 |
| Hex | 7A | C1 | 5C | 25 | 0 | 34 | 18 | 66 | 2D | 38 |
| Octal | 172 | 301 | 134 | 45 | 0 | 64 | 30 | 146 | 55 | 70 |
| Binary | 1111010 | 11000001 | 1011100 | 100101 | 0 | 110100 | 11000 | 1100110 | 101101 | 111000 |
Color Harmonies of #7AC15C
Complementary color
Monochromatic Colors of #7AC15C
Black with #7AC15C
Text Example
Text Example
White with #7AC15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC15C; }
p { color: rgb(122,193,92); }
H1.HeaderClassName
{
color: #7AC15C;
}
.AnyTagClassName
{
color: #7AC15C;
}
</style>
background-color css
<style>
a { background-color: #7AC15C; }
a { background-color: rgb(122,193,92); }
div.DivClassName
{
background-color: #7AC15C;
}
.BgClassName
{
background-color: #7AC15C;
}
</style>
border-color css
<style>
span { border-color: #7AC15C; }
span { border-color: rgb(122,193,92); }
td.TdClassName
{
border-color: #7AC15C;
}
.TagClassName
{
border-color: #7AC15C;
}
</style>