#7AC75E

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

Shades of Mantis #7AC75E

Tints of Mantis #7AC75E

Color information

#7AC75E (or 0x7AC75E) is unknown color: approx Mantis. HEX triplet: 7A, C7 and 5E. RGB value is (122,199,94). Sum of RGB (Red+Green+Blue) = 122+199+94=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 199 - color contains mainly: green. Hex color #7AC75E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC75E is #8538A1. Grayscale: #A4A4A4. Windows color (decimal): -8730786 or 6211450. OLE color: 6211450.

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

Color convert

RGB12219994-
CMYK0.3900.530.22
HSL104º48.39%57.45%-
HSV(B)104º52.76%78.04%-
XYZ30.4745.7917.82-
YUV164.0188.4998.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.40%
GREEN value IS 199 (78.12% from 255) = 47.95%
BLUE value IS 94 (37.11% from 255) = 22.65%
R=29.40%
G=47.95%
B=22.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal122199940.3900.530.2210448.3957.45
Hex7AC75E2703516683039
Octal17230713647065261506071
Binary11110101100011110111101001110110101101101101000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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