Shades of Mantis #7ACB4A
Tints of Mantis #7ACB4A
RGB
CMYK
RGB Variations
Color information
#7ACB4A (or 0x7ACB4A) is known color: Mantis. HEX triplet: 7A, CB and 4A. RGB value is (122,203,74). Sum of RGB (Red+Green+Blue) = 122+203+74=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACB4A is #8534B5. Grayscale: #A4A4A4. Windows color (decimal): -8729782 or 4901754. OLE color: 4901754.
HSL color Cylindrical-coordinate representation of color #7ACB4A: hue angle of 97.67º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7ACB4A is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 74 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.20 |
| HSL | 97.67º | 0.55% | 0.54% | - |
| HSV(B) | 97.67º | 0.64% | 0.8% | - |
| XYZ | 30.62 | 47.34 | 14 | - |
| YUV | 164.08 | 77.16 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 74 | 0.40 | 0 | 0.64 | 0.20 | 97.67 | 0.55 | 0.54 |
| Hex | 7A | CB | 4A | 28 | 0 | 40 | 14 | 62 | 37 | 36 |
| Octal | 172 | 313 | 112 | 50 | 0 | 100 | 24 | 142 | 67 | 66 |
| Binary | 1111010 | 11001011 | 1001010 | 101000 | 0 | 1000000 | 10100 | 1100010 | 110111 | 110110 |
Color Harmonies of #7ACB4A
Complementary color
Monochromatic Colors of #7ACB4A
Black with #7ACB4A
Text Example
Text Example
White with #7ACB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB4A; }
p { color: rgb(122,203,74); }
H1.HeaderClassName
{
color: #7ACB4A;
}
.AnyTagClassName
{
color: #7ACB4A;
}
</style>
background-color css
<style>
a { background-color: #7ACB4A; }
a { background-color: rgb(122,203,74); }
div.DivClassName
{
background-color: #7ACB4A;
}
.BgClassName
{
background-color: #7ACB4A;
}
</style>
border-color css
<style>
span { border-color: #7ACB4A; }
span { border-color: rgb(122,203,74); }
td.TdClassName
{
border-color: #7ACB4A;
}
.TagClassName
{
border-color: #7ACB4A;
}
</style>