Shades of Mantis #7AD14A
Tints of Mantis #7AD14A
RGB
CMYK
RGB Variations
Color information
#7AD14A (or 0x7AD14A) is known color: Mantis. HEX triplet: 7A, D1 and 4A. RGB value is (122,209,74). Sum of RGB (Red+Green+Blue) = 122+209+74=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 209 (82.03% from 255 or 51.60% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD14A is #852EB5. Grayscale: #A8A8A8. Windows color (decimal): -8728246 or 4903290. OLE color: 4903290.
HSL color Cylindrical-coordinate representation of color #7AD14A: hue angle of 98.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7AD14A is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 74 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.18 |
| HSL | 98.67º | 0.59% | 0.55% | - |
| HSV(B) | 98.67º | 0.65% | 0.82% | - |
| XYZ | 32.06 | 50.23 | 14.48 | - |
| YUV | 167.6 | 75.18 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 74 | 0.42 | 0 | 0.65 | 0.18 | 98.67 | 0.59 | 0.55 |
| Hex | 7A | D1 | 4A | 2A | 0 | 41 | 12 | 63 | 3B | 37 |
| Octal | 172 | 321 | 112 | 52 | 0 | 101 | 22 | 143 | 73 | 67 |
| Binary | 1111010 | 11010001 | 1001010 | 101010 | 0 | 1000001 | 10010 | 1100011 | 111011 | 110111 |
Color Harmonies of #7AD14A
Complementary color
Monochromatic Colors of #7AD14A
Black with #7AD14A
Text Example
Text Example
White with #7AD14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD14A; }
p { color: rgb(122,209,74); }
H1.HeaderClassName
{
color: #7AD14A;
}
.AnyTagClassName
{
color: #7AD14A;
}
</style>
background-color css
<style>
a { background-color: #7AD14A; }
a { background-color: rgb(122,209,74); }
div.DivClassName
{
background-color: #7AD14A;
}
.BgClassName
{
background-color: #7AD14A;
}
</style>
border-color css
<style>
span { border-color: #7AD14A; }
span { border-color: rgb(122,209,74); }
td.TdClassName
{
border-color: #7AD14A;
}
.TagClassName
{
border-color: #7AD14A;
}
</style>