Shades of Mantis #7ACB46
Tints of Mantis #7ACB46
RGB
CMYK
RGB Variations
Color information
#7ACB46 (or 0x7ACB46) is known color: Mantis. HEX triplet: 7A, CB and 46. RGB value is (122,203,70). Sum of RGB (Red+Green+Blue) = 122+203+70=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACB46 is #8534B9. Grayscale: #A4A4A4. Windows color (decimal): -8729786 or 4639610. OLE color: 4639610.
HSL color Cylindrical-coordinate representation of color #7ACB46: hue angle of 96.54º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7ACB46 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 70 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.20 |
| HSL | 96.54º | 0.56% | 0.54% | - |
| HSV(B) | 96.54º | 0.66% | 0.8% | - |
| XYZ | 30.49 | 47.29 | 13.32 | - |
| YUV | 163.62 | 75.16 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 70 | 0.40 | 0 | 0.66 | 0.20 | 96.54 | 0.56 | 0.54 |
| Hex | 7A | CB | 46 | 28 | 0 | 42 | 14 | 61 | 38 | 36 |
| Octal | 172 | 313 | 106 | 50 | 0 | 102 | 24 | 141 | 70 | 66 |
| Binary | 1111010 | 11001011 | 1000110 | 101000 | 0 | 1000010 | 10100 | 1100001 | 111000 | 110110 |
Color Harmonies of #7ACB46
Complementary color
Monochromatic Colors of #7ACB46
Black with #7ACB46
Text Example
Text Example
White with #7ACB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB46; }
p { color: rgb(122,203,70); }
H1.HeaderClassName
{
color: #7ACB46;
}
.AnyTagClassName
{
color: #7ACB46;
}
</style>
background-color css
<style>
a { background-color: #7ACB46; }
a { background-color: rgb(122,203,70); }
div.DivClassName
{
background-color: #7ACB46;
}
.BgClassName
{
background-color: #7ACB46;
}
</style>
border-color css
<style>
span { border-color: #7ACB46; }
span { border-color: rgb(122,203,70); }
td.TdClassName
{
border-color: #7ACB46;
}
.TagClassName
{
border-color: #7ACB46;
}
</style>