Shades of Mantis #7AC93C
Tints of Mantis #7AC93C
RGB
CMYK
RGB Variations
Color information
#7AC93C (or 0x7AC93C) is known color: Mantis. HEX triplet: 7A, C9 and 3C. RGB value is (122,201,60). Sum of RGB (Red+Green+Blue) = 122+201+60=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC93C is #8536C3. Grayscale: #A1A1A1. Windows color (decimal): -8730308 or 3983738. OLE color: 3983738.
HSL color Cylindrical-coordinate representation of color #7AC93C: hue angle of 93.62º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AC93C is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 201 | 60 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.21 |
| HSL | 93.62º | 0.57% | 0.51% | - |
| HSV(B) | 93.62º | 0.7% | 0.79% | - |
| XYZ | 29.73 | 46.24 | 11.63 | - |
| YUV | 161.31 | 70.83 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 201 | 60 | 0.39 | 0 | 0.70 | 0.21 | 93.62 | 0.57 | 0.51 |
| Hex | 7A | C9 | 3C | 27 | 0 | 46 | 15 | 5E | 39 | 33 |
| Octal | 172 | 311 | 74 | 47 | 0 | 106 | 25 | 136 | 71 | 63 |
| Binary | 1111010 | 11001001 | 111100 | 100111 | 0 | 1000110 | 10101 | 1011110 | 111001 | 110011 |
Color Harmonies of #7AC93C
Complementary color
Monochromatic Colors of #7AC93C
Black with #7AC93C
Text Example
Text Example
White with #7AC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC93C; }
p { color: rgb(122,201,60); }
H1.HeaderClassName
{
color: #7AC93C;
}
.AnyTagClassName
{
color: #7AC93C;
}
</style>
background-color css
<style>
a { background-color: #7AC93C; }
a { background-color: rgb(122,201,60); }
div.DivClassName
{
background-color: #7AC93C;
}
.BgClassName
{
background-color: #7AC93C;
}
</style>
border-color css
<style>
span { border-color: #7AC93C; }
span { border-color: rgb(122,201,60); }
td.TdClassName
{
border-color: #7AC93C;
}
.TagClassName
{
border-color: #7AC93C;
}
</style>