#7AC142

Color #7AC142 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #7AC142

Tints of Mantis #7AC142

Color information

#7AC142 (or 0x7AC142) is unknown color: approx Mantis. HEX triplet: 7A, C1 and 42. RGB value is (122,193,66). Sum of RGB (Red+Green+Blue) = 122+193+66=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC142 is #853EBD. Grayscale: #9D9D9D. Windows color (decimal): -8732350 or 4374906. OLE color: 4374906.

HSL color Cylindrical-coordinate representation of color #7AC142: hue angle of 93.54º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7AC142 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB12219366-
CMYK0.3700.660.24
HSL93.54º50.6%50.78%-
HSV(B)93.54º65.8%75.69%-
XYZ28.0842.6711.91-
YUV157.2976.48102.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 32.02%
GREEN value IS 193 (75.78% from 255) = 50.66%
BLUE value IS 66 (26.17% from 255) = 17.32%
R=32.02%
G=50.66%
B=17.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122193660.3700.660.2493.5450.650.78
Hex7AC14225042185e3333
Octal172301102450102301366363
Binary111101011000001100001010010101000010110001011110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AC142; }

 p { color: rgb(122,193,66); }

 H1.HeaderClassName
 {
   color: #7AC142;
 }
 .AnyTagClassName
 {
   color: #7AC142;
 }
</style>
background-color css

<style>
 a { background-color: #7AC142; }

 a { background-color: rgb(122,193,66); }

 div.DivClassName
 {
   background-color: #7AC142;
 }
 .BgClassName
 {
   background-color: #7AC142;
 }
</style>
border-color css

<style>
 span { border-color: #7AC142; }

 span { border-color: rgb(122,193,66); }

 td.TdClassName
 {
   border-color: #7AC142;
 }
 .TagClassName
 {
   border-color: #7AC142;
 }
</style>