Shades of Mantis #7AC942
Tints of Mantis #7AC942
RGB
CMYK
RGB Variations
Color information
#7AC942 (or 0x7AC942) is known color: Mantis. HEX triplet: 7A, C9 and 42. RGB value is (122,201,66). Sum of RGB (Red+Green+Blue) = 122+201+66=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC942 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC942 is #8536BD. Grayscale: #A2A2A2. Windows color (decimal): -8730302 or 4376954. OLE color: 4376954.
HSL color Cylindrical-coordinate representation of color #7AC942: hue angle of 95.11º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7AC942 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 201 | 66 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.21 |
| HSL | 95.11º | 0.56% | 0.52% | - |
| HSV(B) | 95.11º | 0.67% | 0.79% | - |
| XYZ | 29.9 | 46.3 | 12.52 | - |
| YUV | 161.99 | 73.83 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 201 | 66 | 0.39 | 0 | 0.67 | 0.21 | 95.11 | 0.56 | 0.52 |
| Hex | 7A | C9 | 42 | 27 | 0 | 43 | 15 | 5F | 38 | 34 |
| Octal | 172 | 311 | 102 | 47 | 0 | 103 | 25 | 137 | 70 | 64 |
| Binary | 1111010 | 11001001 | 1000010 | 100111 | 0 | 1000011 | 10101 | 1011111 | 111000 | 110100 |
Color Harmonies of #7AC942
Complementary color
Monochromatic Colors of #7AC942
Black with #7AC942
Text Example
Text Example
White with #7AC942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC942; }
p { color: rgb(122,201,66); }
H1.HeaderClassName
{
color: #7AC942;
}
.AnyTagClassName
{
color: #7AC942;
}
</style>
background-color css
<style>
a { background-color: #7AC942; }
a { background-color: rgb(122,201,66); }
div.DivClassName
{
background-color: #7AC942;
}
.BgClassName
{
background-color: #7AC942;
}
</style>
border-color css
<style>
span { border-color: #7AC942; }
span { border-color: rgb(122,201,66); }
td.TdClassName
{
border-color: #7AC942;
}
.TagClassName
{
border-color: #7AC942;
}
</style>