Shades of Mantis #7ACF5A
Tints of Mantis #7ACF5A
RGB
CMYK
RGB Variations
Color information
#7ACF5A (or 0x7ACF5A) is known color: Mantis. HEX triplet: 7A, CF and 5A. RGB value is (122,207,90). Sum of RGB (Red+Green+Blue) = 122+207+90=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF5A is #8530A5. Grayscale: #A8A8A8. Windows color (decimal): -8728742 or 5951354. OLE color: 5951354.
HSL color Cylindrical-coordinate representation of color #7ACF5A: hue angle of 103.59º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7ACF5A is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 90 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.19 |
| HSL | 103.59º | 0.55% | 0.58% | - |
| HSV(B) | 103.59º | 0.57% | 0.81% | - |
| XYZ | 32.18 | 49.5 | 17.53 | - |
| YUV | 168.25 | 83.84 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 90 | 0.41 | 0 | 0.57 | 0.19 | 103.59 | 0.55 | 0.58 |
| Hex | 7A | CF | 5A | 29 | 0 | 39 | 13 | 68 | 37 | 3A |
| Octal | 172 | 317 | 132 | 51 | 0 | 71 | 23 | 150 | 67 | 72 |
| Binary | 1111010 | 11001111 | 1011010 | 101001 | 0 | 111001 | 10011 | 1101000 | 110111 | 111010 |
Color Harmonies of #7ACF5A
Complementary color
Monochromatic Colors of #7ACF5A
Black with #7ACF5A
Text Example
Text Example
White with #7ACF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF5A; }
p { color: rgb(122,207,90); }
H1.HeaderClassName
{
color: #7ACF5A;
}
.AnyTagClassName
{
color: #7ACF5A;
}
</style>
background-color css
<style>
a { background-color: #7ACF5A; }
a { background-color: rgb(122,207,90); }
div.DivClassName
{
background-color: #7ACF5A;
}
.BgClassName
{
background-color: #7ACF5A;
}
</style>
border-color css
<style>
span { border-color: #7ACF5A; }
span { border-color: rgb(122,207,90); }
td.TdClassName
{
border-color: #7ACF5A;
}
.TagClassName
{
border-color: #7ACF5A;
}
</style>