Shades of Mantis #7AC450
Tints of Mantis #7AC450
RGB
CMYK
RGB Variations
Color information
#7AC450 (or 0x7AC450) is known color: Mantis. HEX triplet: 7A, C4 and 50. RGB value is (122,196,80). Sum of RGB (Red+Green+Blue) = 122+196+80=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC450 is #853BAF. Grayscale: #A1A1A1. Windows color (decimal): -8731568 or 5293178. OLE color: 5293178.
HSL color Cylindrical-coordinate representation of color #7AC450: hue angle of 98.28º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AC450 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 196 | 80 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.23 |
| HSL | 98.28º | 0.5% | 0.54% | - |
| HSV(B) | 98.28º | 0.59% | 0.77% | - |
| XYZ | 29.21 | 44.2 | 14.58 | - |
| YUV | 160.65 | 82.48 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 196 | 80 | 0.38 | 0 | 0.59 | 0.23 | 98.28 | 0.5 | 0.54 |
| Hex | 7A | C4 | 50 | 26 | 0 | 3B | 17 | 62 | 32 | 36 |
| Octal | 172 | 304 | 120 | 46 | 0 | 73 | 27 | 142 | 62 | 66 |
| Binary | 1111010 | 11000100 | 1010000 | 100110 | 0 | 111011 | 10111 | 1100010 | 110010 | 110110 |
Color Harmonies of #7AC450
Complementary color
Monochromatic Colors of #7AC450
Black with #7AC450
Text Example
Text Example
White with #7AC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC450; }
p { color: rgb(122,196,80); }
H1.HeaderClassName
{
color: #7AC450;
}
.AnyTagClassName
{
color: #7AC450;
}
</style>
background-color css
<style>
a { background-color: #7AC450; }
a { background-color: rgb(122,196,80); }
div.DivClassName
{
background-color: #7AC450;
}
.BgClassName
{
background-color: #7AC450;
}
</style>
border-color css
<style>
span { border-color: #7AC450; }
span { border-color: rgb(122,196,80); }
td.TdClassName
{
border-color: #7AC450;
}
.TagClassName
{
border-color: #7AC450;
}
</style>