#7AC75C

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

Shades of Mantis #7AC75C

Tints of Mantis #7AC75C

Color information

#7AC75C (or 0x7AC75C) is unknown color: approx Mantis. HEX triplet: 7A, C7 and 5C. RGB value is (122,199,92). Sum of RGB (Red+Green+Blue) = 122+199+92=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 199 (78.12% from 255 or 48.18% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 199 - color contains mainly: green. Hex color #7AC75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC75C is #8538A3. Grayscale: #A4A4A4. Windows color (decimal): -8730788 or 6080378. OLE color: 6080378.

HSL color Cylindrical-coordinate representation of color #7AC75C: hue angle of 103.18º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AC75C is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB12219992-
CMYK0.3900.540.22
HSL103.18º48.86%57.06%-
HSV(B)103.18º53.77%78.04%-
XYZ30.3845.7617.36-
YUV163.7887.4998.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.54%
GREEN value IS 199 (78.12% from 255) = 48.18%
BLUE value IS 92 (36.33% from 255) = 22.28%
R=29.54%
G=48.18%
B=22.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal122199920.3900.540.22103.1848.8657.06
Hex7AC75C2703616673139
Octal17230713447066261476171
Binary11110101100011110111001001110110110101101100111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,199,92); }

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

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

 a { background-color: rgb(122,199,92); }

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

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

 span { border-color: rgb(122,199,92); }

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