Shades of Mantis #7ACC39
Tints of Mantis #7ACC39
RGB
CMYK
RGB Variations
Color information
#7ACC39 (or 0x7ACC39) is known color: Mantis. HEX triplet: 7A, CC and 39. RGB value is (122,204,57). Sum of RGB (Red+Green+Blue) = 122+204+57=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 57 (22.66% from 255 or 14.88% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC39 is #8533C6. Grayscale: #A3A3A3. Windows color (decimal): -8729543 or 3787898. OLE color: 3787898.
HSL color Cylindrical-coordinate representation of color #7ACC39: hue angle of 93.47º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7ACC39 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 57 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.2 |
| HSL | 93.47º | 0.59% | 0.51% | - |
| HSV(B) | 93.47º | 0.72% | 0.8% | - |
| XYZ | 30.36 | 47.62 | 11.46 | - |
| YUV | 162.72 | 68.33 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 57 | 0.40 | 0 | 0.72 | 0.2 | 93.47 | 0.59 | 0.51 |
| Hex | 7A | CC | 39 | 28 | 0 | 48 | 14 | 5D | 3B | 33 |
| Octal | 172 | 314 | 71 | 50 | 0 | 110 | 24 | 135 | 73 | 63 |
| Binary | 1111010 | 11001100 | 111001 | 101000 | 0 | 1001000 | 10100 | 1011101 | 111011 | 110011 |
Color Harmonies of #7ACC39
Complementary color
Monochromatic Colors of #7ACC39
Black with #7ACC39
Text Example
Text Example
White with #7ACC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC39; }
p { color: rgb(122,204,57); }
H1.HeaderClassName
{
color: #7ACC39;
}
.AnyTagClassName
{
color: #7ACC39;
}
</style>
background-color css
<style>
a { background-color: #7ACC39; }
a { background-color: rgb(122,204,57); }
div.DivClassName
{
background-color: #7ACC39;
}
.BgClassName
{
background-color: #7ACC39;
}
</style>
border-color css
<style>
span { border-color: #7ACC39; }
span { border-color: rgb(122,204,57); }
td.TdClassName
{
border-color: #7ACC39;
}
.TagClassName
{
border-color: #7ACC39;
}
</style>