Shades of Mantis #7ACC3B
Tints of Mantis #7ACC3B
RGB
CMYK
RGB Variations
Color information
#7ACC3B (or 0x7ACC3B) is known color: Mantis. HEX triplet: 7A, CC and 3B. RGB value is (122,204,59). Sum of RGB (Red+Green+Blue) = 122+204+59=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC3B is #8533C4. Grayscale: #A3A3A3. Windows color (decimal): -8729541 or 3918970. OLE color: 3918970.
HSL color Cylindrical-coordinate representation of color #7ACC3B: hue angle of 93.93º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7ACC3B is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 59 | - |
| CMYK | 0.40 | 0 | 0.71 | 0.2 |
| HSL | 93.93º | 0.59% | 0.52% | - |
| HSV(B) | 93.93º | 0.71% | 0.8% | - |
| XYZ | 30.41 | 47.64 | 11.73 | - |
| YUV | 162.95 | 69.33 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 59 | 0.40 | 0 | 0.71 | 0.2 | 93.93 | 0.59 | 0.52 |
| Hex | 7A | CC | 3B | 28 | 0 | 47 | 14 | 5E | 3B | 34 |
| Octal | 172 | 314 | 73 | 50 | 0 | 107 | 24 | 136 | 73 | 64 |
| Binary | 1111010 | 11001100 | 111011 | 101000 | 0 | 1000111 | 10100 | 1011110 | 111011 | 110100 |
Color Harmonies of #7ACC3B
Complementary color
Monochromatic Colors of #7ACC3B
Black with #7ACC3B
Text Example
Text Example
White with #7ACC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC3B; }
p { color: rgb(122,204,59); }
H1.HeaderClassName
{
color: #7ACC3B;
}
.AnyTagClassName
{
color: #7ACC3B;
}
</style>
background-color css
<style>
a { background-color: #7ACC3B; }
a { background-color: rgb(122,204,59); }
div.DivClassName
{
background-color: #7ACC3B;
}
.BgClassName
{
background-color: #7ACC3B;
}
</style>
border-color css
<style>
span { border-color: #7ACC3B; }
span { border-color: rgb(122,204,59); }
td.TdClassName
{
border-color: #7ACC3B;
}
.TagClassName
{
border-color: #7ACC3B;
}
</style>