Shades of Mantis #7AC25C
Tints of Mantis #7AC25C
RGB
CMYK
RGB Variations
Color information
#7AC25C (or 0x7AC25C) is known color: Mantis. HEX triplet: 7A, C2 and 5C. RGB value is (122,194,92). Sum of RGB (Red+Green+Blue) = 122+194+92=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC25C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC25C is #853DA3. Grayscale: #A1A1A1. Windows color (decimal): -8732068 or 6079098. OLE color: 6079098.
HSL color Cylindrical-coordinate representation of color #7AC25C: hue angle of 102.35º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7AC25C is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 92 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.24 |
| HSL | 102.35º | 0.46% | 0.56% | - |
| HSV(B) | 102.35º | 0.53% | 0.76% | - |
| XYZ | 29.25 | 43.49 | 16.98 | - |
| YUV | 160.84 | 89.15 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 92 | 0.37 | 0 | 0.53 | 0.24 | 102.35 | 0.46 | 0.56 |
| Hex | 7A | C2 | 5C | 25 | 0 | 35 | 18 | 66 | 2E | 38 |
| Octal | 172 | 302 | 134 | 45 | 0 | 65 | 30 | 146 | 56 | 70 |
| Binary | 1111010 | 11000010 | 1011100 | 100101 | 0 | 110101 | 11000 | 1100110 | 101110 | 111000 |
Color Harmonies of #7AC25C
Complementary color
Monochromatic Colors of #7AC25C
Black with #7AC25C
Text Example
Text Example
White with #7AC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC25C; }
p { color: rgb(122,194,92); }
H1.HeaderClassName
{
color: #7AC25C;
}
.AnyTagClassName
{
color: #7AC25C;
}
</style>
background-color css
<style>
a { background-color: #7AC25C; }
a { background-color: rgb(122,194,92); }
div.DivClassName
{
background-color: #7AC25C;
}
.BgClassName
{
background-color: #7AC25C;
}
</style>
border-color css
<style>
span { border-color: #7AC25C; }
span { border-color: rgb(122,194,92); }
td.TdClassName
{
border-color: #7AC25C;
}
.TagClassName
{
border-color: #7AC25C;
}
</style>