Shades of Mantis #7AC965
Tints of Mantis #7AC965
RGB
CMYK
RGB Variations
Color information
#7AC965 (or 0x7AC965) is known color: Mantis. HEX triplet: 7A, C9 and 65. RGB value is (122,201,101). Sum of RGB (Red+Green+Blue) = 122+201+101=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC965 is #85369A. Grayscale: #A6A6A6. Windows color (decimal): -8730267 or 6670714. OLE color: 6670714.
HSL color Cylindrical-coordinate representation of color #7AC965: hue angle of 107.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AC965 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 201 | 101 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.21 |
| HSL | 107.4º | 0.48% | 0.59% | - |
| HSV(B) | 107.4º | 0.5% | 0.79% | - |
| XYZ | 31.26 | 46.85 | 19.71 | - |
| YUV | 165.98 | 91.33 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 201 | 101 | 0.39 | 0 | 0.50 | 0.21 | 107.4 | 0.48 | 0.59 |
| Hex | 7A | C9 | 65 | 27 | 0 | 32 | 15 | 6B | 30 | 3B |
| Octal | 172 | 311 | 145 | 47 | 0 | 62 | 25 | 153 | 60 | 73 |
| Binary | 1111010 | 11001001 | 1100101 | 100111 | 0 | 110010 | 10101 | 1101011 | 110000 | 111011 |
Color Harmonies of #7AC965
Complementary color
Monochromatic Colors of #7AC965
Black with #7AC965
Text Example
Text Example
White with #7AC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC965; }
p { color: rgb(122,201,101); }
H1.HeaderClassName
{
color: #7AC965;
}
.AnyTagClassName
{
color: #7AC965;
}
</style>
background-color css
<style>
a { background-color: #7AC965; }
a { background-color: rgb(122,201,101); }
div.DivClassName
{
background-color: #7AC965;
}
.BgClassName
{
background-color: #7AC965;
}
</style>
border-color css
<style>
span { border-color: #7AC965; }
span { border-color: rgb(122,201,101); }
td.TdClassName
{
border-color: #7AC965;
}
.TagClassName
{
border-color: #7AC965;
}
</style>