Shades of Mantis #7ACC3F
Tints of Mantis #7ACC3F
RGB
CMYK
RGB Variations
Color information
#7ACC3F (or 0x7ACC3F) is known color: Mantis. HEX triplet: 7A, CC and 3F. RGB value is (122,204,63). Sum of RGB (Red+Green+Blue) = 122+204+63=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC3F is #8533C0. Grayscale: #A3A3A3. Windows color (decimal): -8729537 or 4181114. OLE color: 4181114.
HSL color Cylindrical-coordinate representation of color #7ACC3F: hue angle of 94.89º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7ACC3F is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 204 | 63 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.2 |
| HSL | 94.89º | 0.58% | 0.52% | - |
| HSV(B) | 94.89º | 0.69% | 0.8% | - |
| XYZ | 30.52 | 47.68 | 12.3 | - |
| YUV | 163.41 | 71.33 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 204 | 63 | 0.40 | 0 | 0.69 | 0.2 | 94.89 | 0.58 | 0.52 |
| Hex | 7A | CC | 3F | 28 | 0 | 45 | 14 | 5F | 3A | 34 |
| Octal | 172 | 314 | 77 | 50 | 0 | 105 | 24 | 137 | 72 | 64 |
| Binary | 1111010 | 11001100 | 111111 | 101000 | 0 | 1000101 | 10100 | 1011111 | 111010 | 110100 |
Color Harmonies of #7ACC3F
Complementary color
Monochromatic Colors of #7ACC3F
Black with #7ACC3F
Text Example
Text Example
White with #7ACC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACC3F; }
p { color: rgb(122,204,63); }
H1.HeaderClassName
{
color: #7ACC3F;
}
.AnyTagClassName
{
color: #7ACC3F;
}
</style>
background-color css
<style>
a { background-color: #7ACC3F; }
a { background-color: rgb(122,204,63); }
div.DivClassName
{
background-color: #7ACC3F;
}
.BgClassName
{
background-color: #7ACC3F;
}
</style>
border-color css
<style>
span { border-color: #7ACC3F; }
span { border-color: rgb(122,204,63); }
td.TdClassName
{
border-color: #7ACC3F;
}
.TagClassName
{
border-color: #7ACC3F;
}
</style>