Shades of Mantis #7AC363
Tints of Mantis #7AC363
RGB
CMYK
RGB Variations
Color information
#7AC363 (or 0x7AC363) is known color: Mantis. HEX triplet: 7A, C3 and 63. RGB value is (122,195,99). Sum of RGB (Red+Green+Blue) = 122+195+99=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC363 is #853C9C. Grayscale: #A2A2A2. Windows color (decimal): -8731805 or 6538106. OLE color: 6538106.
HSL color Cylindrical-coordinate representation of color #7AC363: hue angle of 105.62º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AC363 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 195 | 99 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.24 |
| HSL | 105.63º | 0.44% | 0.58% | - |
| HSV(B) | 105.63º | 0.49% | 0.76% | - |
| XYZ | 29.79 | 44.07 | 18.74 | - |
| YUV | 162.23 | 92.32 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 195 | 99 | 0.37 | 0 | 0.49 | 0.24 | 105.63 | 0.44 | 0.58 |
| Hex | 7A | C3 | 63 | 25 | 0 | 31 | 18 | 6A | 2C | 3A |
| Octal | 172 | 303 | 143 | 45 | 0 | 61 | 30 | 152 | 54 | 72 |
| Binary | 1111010 | 11000011 | 1100011 | 100101 | 0 | 110001 | 11000 | 1101010 | 101100 | 111010 |
Color Harmonies of #7AC363
Complementary color
Monochromatic Colors of #7AC363
Black with #7AC363
Text Example
Text Example
White with #7AC363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC363; }
p { color: rgb(122,195,99); }
H1.HeaderClassName
{
color: #7AC363;
}
.AnyTagClassName
{
color: #7AC363;
}
</style>
background-color css
<style>
a { background-color: #7AC363; }
a { background-color: rgb(122,195,99); }
div.DivClassName
{
background-color: #7AC363;
}
.BgClassName
{
background-color: #7AC363;
}
</style>
border-color css
<style>
span { border-color: #7AC363; }
span { border-color: rgb(122,195,99); }
td.TdClassName
{
border-color: #7AC363;
}
.TagClassName
{
border-color: #7AC363;
}
</style>